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/env/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/env') diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index b498b846cdbc..14ffc4bebdb3 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$"); extern char **environ; -static void usage __P((void)); +static void usage(void); int main(argc, argv) -- cgit v1.2.3