From cfa2a10c7040ea0e23ce85b7e4bb466ec3c89b4c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 14 Oct 1994 05:57:49 +0000 Subject: [PATCH] Sigh. NOW it's ok! :-) --- usr.sbin/pkg_install/info/perform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 498088d6ced..b537f172526 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.7 1994/10/04 16:07:46 jkh Exp $"; +static const char *rcsid = "$Id: perform.c,v 1.8 1994/10/14 05:55:57 jkh Exp $"; #endif /* @@ -97,7 +97,7 @@ pkg_do(char *pkg) whinge("Can't stat package file '%s'.", fname); return 1; } - home = make_playpen(PlayPen, sb.st_size / 2); + (void)make_playpen(PlayPen, sb.st_size / 2); if (unpack(fname, "+*")) { whinge("Error during unpacking, no info for '%s' available.", pkg); return 1;