From: Mark Andrews Date: Tue, 1 Aug 2006 01:44:13 +0000 (+0000) Subject: #endif in wrong place X-Git-Tag: v9.4.0b3~49^2~56 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8c1fa9afb5d6941b6ff1c62b7e8bb4e403e6f89f;p=thirdparty%2Fbind9.git #endif in wrong place --- diff --git a/lib/bind/include/netdb.h b/lib/bind/include/netdb.h index 27c12ab10a5..c2d8c7515b1 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.19 2006/08/01 01:14:16 marka Exp $ + * $Id: netdb.h,v 1.20 2006/08/01 01:44:13 marka Exp $ */ #ifndef _NETDB_H_ @@ -489,6 +489,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__ @@ -559,7 +560,6 @@ void endservent_r __P((void)); #ifdef __GLIBC__ int getnetgrent_r __P((char **, char **, char **, char *, size_t)); #endif -#endif #endif #endif