add #ifdef/#endif

This commit is contained in:
Mark Andrews 2004-03-16 02:19:19 +00:00
parent de762ee281
commit 6834db3bc7

View file

@ -86,7 +86,7 @@
/*
* @(#)netdb.h 8.1 (Berkeley) 6/2/93
* $Id: netdb.h,v 1.12.2.1.4.3 2004/03/16 01:44:11 marka Exp $
* $Id: netdb.h,v 1.12.2.1.4.4 2004/03/16 02:19:19 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