summaryrefslogtreecommitdiff
path: root/usr.bin/who
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
commit3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch)
treef17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/who
parentd3cb5ded92a4fcf21400c9742ca884549bebc99e (diff)
downloadsrc-test2-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz
src-test2-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip
Notes
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/who.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index d18a9b5625e8..02b5e51a043e 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -62,9 +62,9 @@ static const char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93";
#include <unistd.h>
#include <utmp.h>
-static void usage __P((void));
-static void output __P((struct utmp *));
-static FILE *file __P((const char *));
+static void usage(void);
+static void output(struct utmp *);
+static FILE *file(const char *);
int
main(argc, argv)