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/logname | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'usr.bin/logname')
| -rw-r--r-- | usr.bin/logname/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index cea6e5fd0979..f83422859af5 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -50,7 +50,7 @@ static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #include <stdlib.h> #include <string.h> -void usage __P((void)); +void usage(void); int main(argc, argv) |
