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/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 cad7bef..b066a84 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.1