]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
#endif in wrong place
authorMark Andrews <marka@isc.org>
Tue, 1 Aug 2006 01:44:54 +0000 (01:44 +0000)
committerMark Andrews <marka@isc.org>
Tue, 1 Aug 2006 01:44:54 +0000 (01:44 +0000)
lib/bind/include/netdb.h

index 9ec2fb05e1912e7b9c756cf5dc1447cc9016f805..8808f62ae737a23c6ceda26e192d3582cb7c7bbc 100644 (file)
@@ -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