diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
| commit | f1bb2cd2aa7488657658fbc09aae2ead579049ab (patch) | |
| tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/ar/ar.c | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'usr.bin/ar/ar.c')
| -rw-r--r-- | usr.bin/ar/ar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index b951d67266b6..19dddde5d7ad 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, "");; |
