mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Patch for Solaris 2.5 from: adrian@waltham.harvard.net
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: port-protos.h,v 1.3 1996/12/28 02:11:49 momjian Exp $
|
||||
* $Id: port-protos.h,v 1.4 1997/04/15 18:18:33 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -45,5 +45,8 @@ extern int inet_aton(const char *cp, struct in_addr *addr);
|
||||
/* In system library, but can't find prototype in system library .h files */
|
||||
extern int gethostname(char *name, int namelen);
|
||||
|
||||
/* In system library, but can't find prototype in system library .h files */
|
||||
#include <sys/resource.h>
|
||||
extern int getrusage(int who, struct rusage *rusage);
|
||||
|
||||
#endif /* PORT_PROTOS_H */
|
||||
|
||||
Reference in New Issue
Block a user