]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add #ifdef/#endif v9.2.4rc1
authorMark Andrews <marka@isc.org>
Tue, 16 Mar 2004 02:25:06 +0000 (02:25 +0000)
committerMark Andrews <marka@isc.org>
Tue, 16 Mar 2004 02:25:06 +0000 (02:25 +0000)
lib/bind/include/netdb.h

index 65a5cec7a671715c9025b2976b039aa8cefe2b18..59abd0400c3de38da24ff2f80949fd7bb61ba444 100644 (file)
@@ -86,7 +86,7 @@
 
 /*
  *      @(#)netdb.h    8.1 (Berkeley) 6/2/93
- *     $Id: netdb.h,v 1.12.2.4 2004/03/16 02:06:55 marka Exp $
+ *     $Id: netdb.h,v 1.12.2.5 2004/03/16 02:25:06 marka Exp $
  */
 
 #ifndef _NETDB_H_
@@ -524,7 +524,9 @@ struct servent      *getservent_r __P((struct servent *, char *, int));
 void           setservent_r __P((int));
 void           endservent_r __P((void));
 
+#ifdef __GLIBC__
 int            getnetgrent_r __P((char **, char **, char **, char *, size_t));
+#endif
 
 #endif
 #endif