Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/pkg_install/lib Pull up revision 1.21 (request...
details: https://anonhg.NetBSD.org/src/rev/496ac5f93d47
branches: netbsd-1-6
changeset: 528518:496ac5f93d47
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Jul 21 05:00:32 2002 +0000
description:
Pull up revision 1.21 (requested by yamt in ticket #530):
diffstat:
usr.sbin/pkg_install/lib/pen.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r cdf32d2349b4 -r 496ac5f93d47 usr.sbin/pkg_install/lib/pen.c
--- a/usr.sbin/pkg_install/lib/pen.c Sun Jul 21 05:00:08 2002 +0000
+++ b/usr.sbin/pkg_install/lib/pen.c Sun Jul 21 05:00:32 2002 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: pen.c,v 1.19.2.1 2002/07/21 04:43:03 lukem Exp $ */
+/* $NetBSD: pen.c,v 1.19.2.2 2002/07/21 05:00:32 lukem Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: pen.c,v 1.25 1997/10/08 07:48:12 charnier Exp";
#else
-__RCSID("$NetBSD: pen.c,v 1.19.2.1 2002/07/21 04:43:03 lukem Exp $");
+__RCSID("$NetBSD: pen.c,v 1.19.2.2 2002/07/21 05:00:32 lukem Exp $");
#endif
#endif
@@ -43,6 +43,7 @@
* to prevent rm'ing of a partial string
* when interrupted by ^C */
+#if 0
/*
* Backup Current and Previous into temp. strings that are later
* restored & freed by restore_dirs
@@ -71,6 +72,7 @@
strcpy(Previous, p);
free(p);
}
+#endif
char *
where_playpen(void)
Home |
Main Index |
Thread Index |
Old Index