From 74d826c7a6e9f98072df5f7dba2b84aa516fe425 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:22:50 +0000 Subject: remove __P --- usr.bin/lastcomm/lastcomm.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'usr.bin/lastcomm') diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 945c17f..e627be9 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -60,11 +60,11 @@ static const char rcsid[] = #include #include "pathnames.h" -time_t expand __P((u_int)); -char *flagbits __P((int)); -const char *getdev __P((dev_t)); -int requested __P((char *[], struct acct *)); -static void usage __P((void)); +time_t expand(u_int); +char *flagbits(int); +const char *getdev(dev_t); +int requested(char *[], struct acct *); +static void usage(void); #define AC_UTIME 1 /* user */ #define AC_STIME 2 /* system */ -- cgit v1.1