Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/add Not without my handbag. (Forgot thi...
details: https://anonhg.NetBSD.org/src/rev/a6a189324fbd
branches: trunk
changeset: 479006:a6a189324fbd
user: hubertf <hubertf%NetBSD.org@localhost>
date: Wed Dec 01 15:15:29 1999 +0000
description:
Not without my handbag. (Forgot this in last commit)
diffstat:
usr.sbin/pkg_install/add/perform.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 3084c829a722 -r a6a189324fbd usr.sbin/pkg_install/add/perform.c
--- a/usr.sbin/pkg_install/add/perform.c Wed Dec 01 15:08:17 1999 +0000
+++ b/usr.sbin/pkg_install/add/perform.c Wed Dec 01 15:15:29 1999 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: perform.c,v 1.41 1999/12/01 14:51:50 hubertf Exp $ */
+/* $NetBSD: perform.c,v 1.42 1999/12/01 15:15:29 hubertf Exp $ */
#include <sys/cdefs.h>
#ifndef lint
#if 0
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
#else
-__RCSID("$NetBSD: perform.c,v 1.41 1999/12/01 14:51:50 hubertf Exp $");
+__RCSID("$NetBSD: perform.c,v 1.42 1999/12/01 15:15:29 hubertf Exp $");
#endif
#endif
@@ -357,6 +357,7 @@
} else {
char *saved_Current; /* allocated/set by save_dirs(), */
char *saved_Previous; /* freed by restore_dirs() */
+ char *cp;
save_dirs(&saved_Current, &saved_Previous);
Home |
Main Index |
Thread Index |
Old Index