summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/add/main.c')
-rw-r--r--usr.sbin/pkg_install/add/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/add/main.c b/usr.sbin/pkg_install/add/main.c
index fc6eb94d2ff..b7ca89ff9e3 100644
--- a/usr.sbin/pkg_install/add/main.c
+++ b/usr.sbin/pkg_install/add/main.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: main.c,v 1.13 2001/04/08 16:45:46 espie Exp $ */
+/* $OpenBSD: main.c,v 1.14 2002/02/16 21:28:06 millert Exp $ */
#ifndef lint
-static char *rcsid = "$OpenBSD: main.c,v 1.13 2001/04/08 16:45:46 espie Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.14 2002/02/16 21:28:06 millert Exp $";
#endif
/*
@@ -47,7 +47,7 @@ add_mode_t AddMode = NORMAL;
char **pkgs;
int pkg_count = 0;
-static void usage __P((void));
+static void usage(void);
int
main(int argc, char **argv)