Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/pkg_install/admin Pull up revision 1.14 (reque...



details:   https://anonhg.NetBSD.org/src/rev/cb1580ac3833
branches:  netbsd-1-4
changeset: 471019:cb1580ac3833
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 12 21:26:09 2000 +0000

description:
Pull up revision 1.14 (requested by fredb):
  Synchronize to version of pkg_install on trunk.

diffstat:

 usr.sbin/pkg_install/admin/main.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 8645b82281ec -r cb1580ac3833 usr.sbin/pkg_install/admin/main.c
--- a/usr.sbin/pkg_install/admin/main.c Thu Oct 12 21:26:05 2000 +0000
+++ b/usr.sbin/pkg_install/admin/main.c Thu Oct 12 21:26:09 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: main.c,v 1.3.2.5 2000/07/31 18:18:32 he Exp $  */
+/*     $NetBSD: main.c,v 1.3.2.6 2000/10/12 21:26:09 he Exp $  */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.3.2.5 2000/07/31 18:18:32 he Exp $");
+__RCSID("$NetBSD: main.c,v 1.3.2.6 2000/10/12 21:26:09 he Exp $");
 #endif
 
 /*
@@ -37,7 +37,6 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <db.h>
 #include <dirent.h>
 #include <err.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index