Squid on Linux Alpha?

jhohertz@golden.net
Sun, 18 Jan 1998 18:57:36 -0500


I get when compiling under (RH5.0):

gcc -g -O2 -Wall -I. -I../include -I./../include -c tools.c -o
tools.o
tools.c: In function `leave_suid':
tools.c:519: warning: implicit declaration of function `setresuid'
tools.c: In function `setMaxFD':
tools.c:621: storage size of `rl' isn't known
tools.c:621: warning: unused variable `rl'
make[1]: *** [tools.o] Error 1
make[1]: Leaving directory `/usr/src/squid-1.1.19/src'
make: *** [all] Error 1

Anyone have any thoughts? Almost looks like a missing include.

Joe