From: Mark Andrews Date: Tue, 1 Aug 2006 01:44:54 +0000 (+0000) Subject: #endif in wrong place X-Git-Tag: v9.3.3rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=740552b9ec511305416ae24626f2aaea880dd8e1;p=thirdparty%2Fbind9.git #endif in wrong place --- diff --git a/lib/bind/include/netdb.h b/lib/bind/include/netdb.h index 9ec2fb05e19..8808f62ae73 100644 --- a/lib/bind/include/netdb.h +++ b/lib/bind/include/netdb.h @@ -86,7 +86,7 @@ /* * @(#)netdb.h 8.1 (Berkeley) 6/2/93 - * $Id: netdb.h,v 1.12.2.1.4.7 2006/08/01 01:19:28 marka Exp $ + * $Id: netdb.h,v 1.12.2.1.4.8 2006/08/01 01:44:54 marka Exp $ */ #ifndef _NETDB_H_ @@ -490,6 +490,7 @@ void endnetgrent_r __P((void **)); */ int innetgr_r __P((const char *, const char *, const char *, const char *)); +#endif #else /* defined(sun) || defined(bsdi) */ #ifdef __GLIBC__ @@ -560,7 +561,6 @@ void endservent_r __P((void)); #ifdef __GLIBC__ int getnetgrent_r __P((char **, char **, char **, char *, size_t)); #endif -#endif #endif #endif