summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/create/main.c')
-rw-r--r--usr.sbin/pkg_install/create/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index 621bf09b71c..d3ff7c44439 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: main.c,v 1.9 2001/04/08 16:45:46 espie Exp $ */
+/* $OpenBSD: main.c,v 1.10 2002/02/16 21:28:06 millert Exp $ */
#ifndef lint
-static const char *rcsid = "$OpenBSD: main.c,v 1.9 2001/04/08 16:45:46 espie Exp $";
+static const char *rcsid = "$OpenBSD: main.c,v 1.10 2002/02/16 21:28:06 millert Exp $";
#endif
/*
@@ -39,7 +39,7 @@ size_t PlayPenSize = sizeof(PlayPen);
int Dereference = 0;
int PlistOnly = 0;
-static void usage __P((void));
+static void usage(void);
int
main(int argc, char **argv)