diff options
author | alfred <alfred@FreeBSD.org> | 2002-02-05 23:56:29 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-02-05 23:56:29 +0000 |
commit | 0e8becc5468e6af73f6be77f7809fe144aa688b6 (patch) | |
tree | a7518f8445ccd859f5627cd0229215b05cd41f10 | |
parent | a7364d549e2fde76da63105d00a9d1cbb2d86823 (diff) | |
download | FreeBSD-src-0e8becc5468e6af73f6be77f7809fe144aa688b6.zip FreeBSD-src-0e8becc5468e6af73f6be77f7809fe144aa688b6.tar.gz |
balance parens.
Submitted by: mbr
-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 dbfb888..6f83ec4 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 *)); |