diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-09 19:11:09 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-04-09 19:11:09 +0000 |
commit | 3c631c6e5c2cfb77b76f933c91385c8fb2a1ad17 (patch) | |
tree | 750509767dd37a7f503e3d0dd5c47cf42be3299b /ChangeLog | |
parent | b3a5b17b7dac9e1fc371669ce72211c3c9c7ad72 (diff) | |
download | tinyproxy-3c631c6e5c2cfb77b76f933c91385c8fb2a1ad17.tar.gz tinyproxy-3c631c6e5c2cfb77b76f933c91385c8fb2a1ad17.zip |
James Flemer cleaned up the make_netmask() function to remove the static
table. Very nice.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-04-09 Robert James Kaes <rjkaes@flarenet.com> + * src/acl.c (make_netmask): James Flemer cleaned up the + make_netmask() function to remove the big static table. Much + nicer now. + * configure.ac: The configure script now doesn't include a check for the malloc.h header if tinyproxy is being compiled on an OpenBSD machine. I might actually just remove the malloc.h header |