diff options
author | imp <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
commit | 74d826c7a6e9f98072df5f7dba2b84aa516fe425 (patch) | |
tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/leave | |
parent | ce819c0c139981d7bab5fe36a6074af74b01d185 (diff) | |
download | FreeBSD-src-74d826c7a6e9f98072df5f7dba2b84aa516fe425.zip FreeBSD-src-74d826c7a6e9f98072df5f7dba2b84aa516fe425.tar.gz |
remove __P
Diffstat (limited to 'usr.bin/leave')
-rw-r--r-- | usr.bin/leave/leave.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 37375e4..4880fb7 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -53,8 +53,8 @@ static const char rcsid[] = #include <time.h> #include <unistd.h> -void doalarm __P((u_int)); -static void usage __P((void)); +void doalarm(u_int); +static void usage(void); /* * leave [[+]hhmm] |