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/lock | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'usr.bin/lock')
| -rw-r--r-- | usr.bin/lock/lock.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index eeca3ff76247..f40afda7b9a8 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -73,8 +73,10 @@ static const char rcsid[] = #define TIMEOUT 15 -void quit __P((int)), bye __P((int)), hi __P((int)); -static void usage __P((void)); +void quit(int); +void bye(int); +void hi(int); +static void usage(void); struct timeval timeout; struct timeval zerotime; |
