From 1c71deff791abc234cf5d020bc02b6cc2f90a685 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 5 Feb 2002 23:56:29 +0000 Subject: [PATCH] balance parens. Submitted by: mbr --- lib/libc/net/getaddrinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *));