From ef354f2b96fc1513d90cfdf070271328b8514a67 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 6 Dec 1997 08:26:50 +0000 Subject: [PATCH] moved getrusage prototypes to protos.h --- src/tools.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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) { -- 2.47.3