From c05ac53b8bbbbd998e18c6544011dd90f0f082da Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 21 Mar 2002 22:49:10 +0000 Subject: Remove __P() usage. --- lib/libc/stdio/ungetc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/ungetc.c') diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index f70fb425bb17..7eb10b1fcd2d 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -50,7 +50,7 @@ static const char rcsid[] = #include "local.h" #include "libc_private.h" -static int __submore __P((FILE *)); +static int __submore(FILE *); /* * Expand the ungetc buffer `in place'. That is, adjust fp->_p when -- cgit v1.2.3