Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/pkgtools/pkg_install/files/info/show.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- pkgsrc/pkgtools/pkg_install/files/info/show.c 2006/05/10 04:25:30 1.11 +++ pkgsrc/pkgtools/pkg_install/files/info/show.c 2007/04/16 12:55:35 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: show.c,v 1.11 2006/05/10 04:25:30 jlam Exp $ */ +/* $NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg 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.11 2006/05/10 04:25:30 jlam Exp $"); +__RCSID("$NetBSD: show.c,v 1.12 2007/04/16 12:55:35 joerg Exp $"); #endif #endif @@ -68,7 +68,6 @@ __RCSID("$NetBSD: show.c,v 1.11 2006/05/ #include #endif -#include "defs.h" #include "lib.h" #include "info.h"