From 74d826c7a6e9f98072df5f7dba2b84aa516fe425 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:22:50 +0000 Subject: remove __P --- usr.bin/expand/expand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/expand') diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 5ecd764..ec2a20d 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -57,8 +57,8 @@ static const char rcsid[] = int nstops; int tabstops[100]; -static void getstops __P((char *)); -static void usage __P((void)); +static void getstops(char *); +static void usage(void); int main(argc, argv) -- cgit v1.1