diff options
Diffstat (limited to 'lib/libc/net/getservent.c')
-rw-r--r-- | lib/libc/net/getservent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getservent.c b/lib/libc/net/getservent.c index 53a03f6..8397bfc 100644 --- a/lib/libc/net/getservent.c +++ b/lib/libc/net/getservent.c @@ -49,7 +49,7 @@ __FBSDID("$FreeBSD$"); #include <rpcsvc/yp_prot.h> #include <rpcsvc/ypclnt.h> static int serv_stepping_yp = 0; -extern int _yp_check __P(( char ** )); +extern int _yp_check( char ** ); #endif |