summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/perform.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-08-11 20:55:42 +0000
committerbillf <billf@FreeBSD.org>1999-08-11 20:55:42 +0000
commita66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f (patch)
treeda1f219cf87766dbc52ec8825d8c42d04d25af94 /usr.sbin/pkg_install/info/perform.c
parentd19c9420bdbe3994d009eae3c7fd581d485f3917 (diff)
downloadFreeBSD-src-a66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f.zip
FreeBSD-src-a66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f.tar.gz
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
missing prototypes, and empty format strings.
Diffstat (limited to 'usr.sbin/pkg_install/info/perform.c')
-rw-r--r--usr.sbin/pkg_install/info/perform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c
index eee1b76..d7676b0 100644
--- a/usr.sbin/pkg_install/info/perform.c
+++ b/usr.sbin/pkg_install/info/perform.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: perform.c,v 1.26 1998/12/16 13:59:31 jkh Exp $";
+ "$Id: perform.c,v 1.27 1999/07/30 23:14:15 jdp Exp $";
#endif
/*
@@ -28,6 +28,7 @@ static const char rcsid[] =
#include <fts.h>
#include <signal.h>
+#include <err.h>
static int fname_cmp(const FTSENT **, const FTSENT **);
static int pkg_do(char *);
OpenPOWER on IntegriCloud