diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-23 03:28:03 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-23 03:28:03 +0000 |
commit | 4ed73b6f071b43dcb9f79eaf8821ccaaa268ebfb (patch) | |
tree | 2d173a64fd776ba05ca0e5deb77f7eda2013df75 /ChangeLog | |
parent | d6e5285e9571040386b6bd20b01bfb26f838ee9d (diff) | |
download | tinyproxy-4ed73b6f071b43dcb9f79eaf8821ccaaa268ebfb.tar.gz tinyproxy-4ed73b6f071b43dcb9f79eaf8821ccaaa268ebfb.zip |
Fixed up the order of some of the includes to cope with OpenBSD. Also,
test for the MSG_NOSIGNAL define.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2001-12-22 Robert James Kaes <rjkaes@flarenet.com> + + * src/tinyproxy.h: Add a test for the MSG_NOSIGNAL define, so it's + apparently a non-standard extension to send(). Also, moved the + <sys/resource.h> include after the includes for the various time + include files. + 2001-12-19 Robert James Kaes <rjkaes@flarenet.com> * src/reqs.c (write_message): Encapsulate code to handle sending |