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/locate/code/locate.code.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/locate/code') diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index e44c516..6290c67 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -115,11 +115,11 @@ bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1]; #else #define BGINDEX(x) bgindex(x) typedef int bg_t; -int bgindex __P((char *)); +int bgindex(char *); #endif /* LOOKUP */ -void usage __P((void)); +void usage(void); int main(argc, argv) -- cgit v1.1