summaryrefslogtreecommitdiffstats
path: root/bin/pax/getoldopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pax/getoldopt.c')
-rw-r--r--bin/pax/getoldopt.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/pax/getoldopt.c b/bin/pax/getoldopt.c
index 37c235b..291e155 100644
--- a/bin/pax/getoldopt.c
+++ b/bin/pax/getoldopt.c
@@ -19,10 +19,7 @@ static const char rcsid[] = "$FreeBSD$";
#include <unistd.h>
int
-getoldopt(argc, argv, optstring)
- int argc;
- char **argv;
- char *optstring;
+getoldopt(int argc, char **argv, char *optstring)
{
static char *key; /* Points to next keyletter */
static char use_getopt; /* !=0 if argv[1][0] was '-' */
OpenPOWER on IntegriCloud