]> git.ipfire.org Git - thirdparty/squid.git/commit
From Robert Collins:
authorhno <>
Mon, 12 Mar 2001 04:55:20 +0000 (04:55 +0000)
committerhno <>
Mon, 12 Mar 2001 04:55:20 +0000 (04:55 +0000)
commit79ac8a99b3ce22daebfe3541bec5e840e1626635
tree1e7ecf928d63266e85b8a750b579fd18b68d46fc
parent6437ac71181155355122a90bffc76176c17bbdef
From Robert Collins:

The integer types patch introduced a problem with squid.h including
sys/types.h before defining FD_SETSIZE. This may cause problems on
IRIX, NETBSD, and definately does on cygwin ...

attached is a patch against HEAD to alter the location that the
squid_types.h is pulled in. I've done a make clean with this and it
was fine.

The changes to md5.c & h are because it depends on known int types.
include/md5.h
lib/md5.c
src/squid.h