mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
#endif in wrong place
This commit is contained in:
parent
393e4679cf
commit
8c1fa9afb5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue