1774. [port] Aix: Silence compiler warnings / build failures.

[RT #13154]
This commit is contained in:
Mark Andrews
2004-11-30 01:18:08 +00:00
parent aaf48f73ed
commit 7bb67fe38b
11 changed files with 71 additions and 29 deletions

View File

@@ -86,7 +86,7 @@
/*
* @(#)netdb.h 8.1 (Berkeley) 6/2/93
* $Id: netdb.h,v 1.15 2004/03/16 05:52:16 marka Exp $
* $Id: netdb.h,v 1.15.18.1 2004/11/30 01:18:06 marka Exp $
*/
#ifndef _NETDB_H_
@@ -527,6 +527,9 @@ void endservent_r __P((void));
#ifdef __GLIBC__
int getnetgrent_r __P((char **, char **, char **, char *, size_t));
#endif
#ifdef _AIX
int setnetgrent_r __P((char *, void **));
#endif
#endif
#endif