]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2
authorserassio <>
Wed, 22 Dec 2004 02:40:16 +0000 (02:40 +0000)
committerserassio <>
Wed, 22 Dec 2004 02:40:16 +0000 (02:40 +0000)
commitb3bbddff8fae4e4f88330d4fb7a6c43eaa3ef90c
tree35825deacda6eb47d287deeafb5f634f8ddb37b4
parenta97576f32861ddbc021a987b4f0c4c771da97e3e
Bug #1167: Cannot build ARP ACL support on FreeBSD 5.3 with gcc 3.4.2

On FreeBSD gcc 3.4.2 doesn't like the following code:

        (char *) sdl = (char *) sin + ROUNDUP(sin->sin_len);
src/ACLARP.cc