From 1698cb216e2d4ca62662103eba0191f134923698 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:33:25 +0000 Subject: remove __P --- usr.bin/rwho/rwho.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rwho/rwho.c') diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index d87ec7d..fe3a17d 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -80,8 +80,8 @@ int nusers; time_t now; int aflg; -static void usage __P((void)); -int utmpcmp __P((const void *, const void *)); +static void usage(void); +int utmpcmp(const void *, const void *); int main(argc, argv) -- cgit v1.1