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/create Pull up revision 1.23 (requ...



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

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

diffstat:

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

diffs (25 lines):

diff -r cb1580ac3833 -r 1501b9363f77 usr.sbin/pkg_install/create/perform.c
--- a/usr.sbin/pkg_install/create/perform.c     Thu Oct 12 21:26:09 2000 +0000
+++ b/usr.sbin/pkg_install/create/perform.c     Thu Oct 12 21:26:12 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: perform.c,v 1.17.2.3 1999/12/20 15:34:36 he Exp $      */
+/*     $NetBSD: perform.c,v 1.17.2.4 2000/10/12 21:26:12 he Exp $      */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: perform.c,v 1.38 1997/10/13 15:03:51 jkh Exp";
 #else
-__RCSID("$NetBSD: perform.c,v 1.17.2.3 1999/12/20 15:34:36 he Exp $");
+__RCSID("$NetBSD: perform.c,v 1.17.2.4 2000/10/12 21:26:12 he Exp $");
 #endif
 #endif
 
@@ -34,7 +34,6 @@
 
 #include <err.h>
 #include <signal.h>
-#include <sys/syslimits.h>
 #include <sys/wait.h>
 #include <unistd.h>
 



Home | Main Index | Thread Index | Old Index