From f1bb2cd2aa7488657658fbc09aae2ead579049ab Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Mar 2002 01:22:50 +0000 Subject: remove __P --- usr.bin/comm/comm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/comm') diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 5d234c88bbca8..3c089c636a155 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -62,10 +62,10 @@ __FBSDID("$FreeBSD$"); const char *tabs[] = { "", "\t", "\t\t" }; -FILE *file __P((char *)); -void show __P((FILE *, const char *, char *)); -int stricoll __P((char *, char *)); -static void usage __P((void)); +FILE *file(char *); +void show(FILE *, const char *, char *); +int stricoll(char *, char *); +static void usage(void); int main(argc, argv) -- cgit v1.3