From 3b73ce2319e249cf2795cf4b0d0c624134f01e77 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 21 Mar 2002 22:49:10 +0000 Subject: Remove __P() usage. --- lib/libc/stdio/sscanf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/sscanf.c') diff --git a/lib/libc/stdio/sscanf.c b/lib/libc/stdio/sscanf.c index c887788..03808dd 100644 --- a/lib/libc/stdio/sscanf.c +++ b/lib/libc/stdio/sscanf.c @@ -51,7 +51,7 @@ static const char rcsid[] = #endif #include "local.h" -static int eofread __P((void *, char *, int)); +static int eofread(void *, char *, int); /* ARGSUSED */ static int -- cgit v1.1