summaryrefslogtreecommitdiffstats
path: root/usr.bin/lock/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lock/lock.c')
-rw-r--r--usr.bin/lock/lock.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c
index eeca3ff..f40afda 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;
OpenPOWER on IntegriCloud