summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/ar.c')
-rw-r--r--usr.bin/ar/ar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c
index b951d67..19dddde 100644
--- a/usr.bin/ar/ar.c
+++ b/usr.bin/ar/ar.c
@@ -69,8 +69,8 @@ CHDR chdr;
u_int options;
char *archive, *posarg, *posname;
const char *envtmp;
-static void badoptions __P((const char *));
-static void usage __P((void));
+static void badoptions(const char *);
+static void usage(void);
/*
* main --
@@ -85,7 +85,7 @@ main(argc, argv)
{
int c;
char *p;
- int (*fcall) __P((char **)) = NULL;
+ int (*fcall)(char **) = NULL;
(void) setlocale(LC_TIME, "");;
OpenPOWER on IntegriCloud