pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info re-add fix from r1.11 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a99008bbc3f2
branches:  trunk
changeset: 528075:a99008bbc3f2
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 20 13:48:16 2007 +0000

description:
re-add fix from r1.11 after sync

diffstat:

 pkgtools/pkg_install/files/info/show.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 98b78ec13c50 -r a99008bbc3f2 pkgtools/pkg_install/files/info/show.c
--- a/pkgtools/pkg_install/files/info/show.c    Fri Apr 20 13:38:31 2007 +0000
+++ b/pkgtools/pkg_install/files/info/show.c    Fri Apr 20 13:48:16 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $  */
+/*     $NetBSD: show.c,v 1.13 2007/04/20 13:48:16 tnn Exp $    */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -11,7 +11,7 @@
 #if 0
 static const char *rcsid = "from FreeBSD Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp";
 #else
-__RCSID("$NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $");
+__RCSID("$NetBSD: show.c,v 1.13 2007/04/20 13:48:16 tnn Exp $");
 #endif
 #endif
 
@@ -68,6 +68,7 @@
 #include <err.h>
 #endif
 
+#include "defs.h"
 #include "lib.h"
 #include "info.h"
 



Home | Main Index | Thread Index | Old Index