Not without my handbag. (Forgot this in last commit)
This commit is contained in:
parent
229f631a84
commit
d11f27480e
|
@ -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>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
#if 0
|
#if 0
|
||||||
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
|
static const char *rcsid = "from FreeBSD Id: perform.c,v 1.44 1997/10/13 15:03:46 jkh Exp";
|
||||||
#else
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -357,6 +357,7 @@ pkg_do(char *pkg)
|
||||||
} else {
|
} else {
|
||||||
char *saved_Current; /* allocated/set by save_dirs(), */
|
char *saved_Current; /* allocated/set by save_dirs(), */
|
||||||
char *saved_Previous; /* freed by restore_dirs() */
|
char *saved_Previous; /* freed by restore_dirs() */
|
||||||
|
char *cp;
|
||||||
|
|
||||||
save_dirs(&saved_Current, &saved_Previous);
|
save_dirs(&saved_Current, &saved_Previous);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue