diff options
Diffstat (limited to 'usr.bin/who/who.c')
-rw-r--r-- | usr.bin/who/who.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index d18a9b5..02b5e51 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) |