summaryrefslogtreecommitdiffstats
path: root/usr.bin/lastcomm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
committerimp <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
commit74d826c7a6e9f98072df5f7dba2b84aa516fe425 (patch)
tree6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/lastcomm
parentce819c0c139981d7bab5fe36a6074af74b01d185 (diff)
downloadFreeBSD-src-74d826c7a6e9f98072df5f7dba2b84aa516fe425.zip
FreeBSD-src-74d826c7a6e9f98072df5f7dba2b84aa516fe425.tar.gz
remove __P
Diffstat (limited to 'usr.bin/lastcomm')
-rw-r--r--usr.bin/lastcomm/lastcomm.c10
1 files changed, 5 insertions, 5 deletions
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 <utmp.h>
#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 */
OpenPOWER on IntegriCloud