diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-05 23:56:29 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-05 23:56:29 +0000 |
| commit | 1c71deff791abc234cf5d020bc02b6cc2f90a685 (patch) | |
| tree | a7518f8445ccd859f5627cd0229215b05cd41f10 /lib/libc | |
| parent | 2abd9cf11583b20cee2dd4fd8e812c5d0ab7d827 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/net/getaddrinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/getaddrinfo.c b/lib/libc/net/getaddrinfo.c index dbfb888af3a3..6f83ec458b4c 100644 --- a/lib/libc/net/getaddrinfo.c +++ b/lib/libc/net/getaddrinfo.c @@ -248,7 +248,7 @@ static int _files_getaddrinfo __P((void *, void *, va_list)); #ifdef YP static struct addrinfo *_yphostent __P((char *, const struct addrinfo *)); static int _yp_getaddrinfo __P((void *, void *, va_list)); -extern int _yp_check __P(char **)); +extern int _yp_check __P((char **)); #endif static int res_queryN __P((const char *, struct res_target *)); |
