diff options
-rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 36c7488..f43da33 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$Id: perform.c,v 1.12 1995/04/19 14:02:00 jkh Exp $"; +static const char *rcsid = "$Id: perform.c,v 1.13 1995/04/26 15:08:02 jkh Exp $"; #endif /* @@ -81,8 +81,8 @@ pkg_do(char *pkg) char fname[FILENAME_MAX]; Package plist; FILE *fp; - char *cp; struct stat sb; + char *cp = NULL; int code = 0; if (isURL(pkg)) { |