]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
moved getrusage prototypes to protos.h
authorwessels <>
Sat, 6 Dec 1997 08:26:50 +0000 (08:26 +0000)
committerwessels <>
Sat, 6 Dec 1997 08:26:50 +0000 (08:26 +0000)
src/tools.cc

index b126a100a471997d5111861360c2f6e1b93aa44d..9f1890b429279b67a6910c471c4b9cbd460c8adf 100644 (file)
@@ -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)
 {