From 2171e13af19d5ecc291a43d9478357bf4851a9cc Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Fri, 31 Aug 2012 14:45:28 +0200 Subject: [PATCH] Removed Solaris compatibility prototypes from protos.h, they're duplicate from compat/ --- src/protos.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/protos.h b/src/protos.h index f3fd67d5a2..9c5605cbf3 100644 --- a/src/protos.h +++ b/src/protos.h @@ -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 */ -- 2.47.2