diff options
author | Thomas Quinot <thomas@FreeBSD.org> | 2005-10-22 21:32:48 +0000 |
---|---|---|
committer | Thomas Quinot <thomas@FreeBSD.org> | 2005-10-22 21:32:48 +0000 |
commit | 4e8711aa04a6316209d982cef13012acc6f17582 (patch) | |
tree | 2d14f1f81b0dff3da0701ab12d095200e53a087d /net/proxy-suite/files/patch-com-socket.c | |
parent | Update to 1.3. (diff) |
Update to upstream release 1.9.2.3.
Reviewed by: roberto
Diffstat (limited to 'net/proxy-suite/files/patch-com-socket.c')
-rw-r--r-- | net/proxy-suite/files/patch-com-socket.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/proxy-suite/files/patch-com-socket.c b/net/proxy-suite/files/patch-com-socket.c index d9b26c0eb1ee..5790dac9cd0d 100644 --- a/net/proxy-suite/files/patch-com-socket.c +++ b/net/proxy-suite/files/patch-com-socket.c @@ -1,15 +1,5 @@ --- common/com-socket.c.dist Tue Mar 30 10:31:32 2004 +++ common/com-socket.c Tue Jun 14 09:26:44 2005 -@@ -84,6 +84,9 @@ - #if defined(HAVE_STROPTS_H) - # include <stropts.h> - #endif -+#if defined(HAVE_SYS_PARAM_H) -+# include <sys/param.h> -+#endif - #if defined(HAVE_SYS_CONF_H) - # include <sys/conf.h> - #endif @@ -2132,9 +2135,9 @@ /* ** BSD ipnat table lookup |