From: wessels <> Date: Sat, 6 Dec 1997 08:26:50 +0000 (+0000) Subject: moved getrusage prototypes to protos.h X-Git-Tag: SQUID_3_0_PRE1~4380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef354f2b96fc1513d90cfdf070271328b8514a67;p=thirdparty%2Fsquid.git moved getrusage prototypes to protos.h --- diff --git a/src/tools.cc b/src/tools.cc index b126a100a4..9f1890b429 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1,6 +1,6 @@ /* - * $Id: tools.cc,v 1.132 1997/12/01 22:45:59 wessels Exp $ + * $Id: tools.cc,v 1.133 1997/12/06 01:26:50 wessels Exp $ * * DEBUG: section 21 Misc Functions * AUTHOR: Harvest Derived @@ -119,17 +119,10 @@ Thanks!\n" static void fatal_common(const char *); static void mail_warranty(void); static void shutdownTimeoutHandler(int fd, void *data); - #if USE_ASYNC_IO static void safeunlinkComplete(void *data, int retcode, int errcode); #endif -#ifdef _SQUID_SOLARIS_ -int getrusage(int, struct rusage *); -int getpagesize(void); -int gethostname(char *, int); -#endif - static void releaseServerSockets(void) {