]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed Solaris compatibility prototypes from protos.h, they're duplicate from compat/
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 31 Aug 2012 12:45:28 +0000 (14:45 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 31 Aug 2012 12:45:28 +0000 (14:45 +0200)
src/protos.h

index f3fd67d5a247ada8eb9a2b30efa72902ed5b7525..9c5605cbf39e8191a095e20f58ffd68d633905dd 100644 (file)
@@ -80,21 +80,6 @@ extern void reconfigure(int);
 
 #include "fatal.h"
 
-
-/*
- * prototypes for system functions missing from system includes
- */
-
-#if _SQUID_SOLARIS_
-
-SQUIDCEXTERN int getrusage(int, struct rusage *);
-SQUIDCEXTERN int getpagesize(void);
-#if !defined(_XPG4_2) && !(defined(__EXTENSIONS__) || \
-(!defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)))
-SQUIDCEXTERN int gethostname(char *, int);
-#endif
-#endif
-
 /*
  * hack to allow snmp access to the statistics counters
  */