From 0b20191705a346bc322deac818912bd4eab96a1b Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 22 Mar 2002 01:42:45 +0000 Subject: remove __P --- usr.bin/uniq/uniq.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usr.bin/uniq') diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 1237228..c743fd4 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -62,12 +62,12 @@ static const char rcsid[] = int cflag, dflag, uflag; int numchars, numfields, repeats; -FILE *file __P((const char *, const char *)); -void show __P((FILE *, char *)); -char *skip __P((char *)); -void obsolete __P((char *[])); -static void usage __P((void)); -int stricoll __P((char *, char*)); +FILE *file(const char *, const char *); +void show(FILE *, char *); +char *skip(char *); +void obsolete(char *[]); +static void usage(void); +int stricoll(char *, char*); int main (argc, argv) -- cgit v1.1