From d3cb5ded92a4fcf21400c9742ca884549bebc99e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Mar 2002 01:33:25 +0000 Subject: remove __P --- usr.bin/paste/paste.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/paste') diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index cad7bef0928f..b066a84cc648 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -61,10 +61,10 @@ __FBSDID("$FreeBSD$"); char *delim; int delimcnt; -void parallel __P((char **)); -void sequential __P((char **)); -int tr __P((char *)); -static void usage __P((void)); +void parallel(char **); +void sequential(char **); +int tr(char *); +static void usage(void); int main(argc, argv) -- cgit v1.2.3