diff options
Diffstat (limited to 'net/siproxd/files')
-rw-r--r-- | net/siproxd/files/patch-src__plugin_shortdial.c | 8 | ||||
-rw-r--r-- | net/siproxd/files/patch-src__siproxd.c | 6 | ||||
-rw-r--r-- | net/siproxd/files/patch-src__utils.c | 22 |
3 files changed, 7 insertions, 29 deletions
diff --git a/net/siproxd/files/patch-src__plugin_shortdial.c b/net/siproxd/files/patch-src__plugin_shortdial.c index 017797aa3c99..2e2cb0858b40 100644 --- a/net/siproxd/files/patch-src__plugin_shortdial.c +++ b/net/siproxd/files/patch-src__plugin_shortdial.c @@ -1,8 +1,8 @@ ---- src/plugin_shortdial.c.orig Fri Jun 8 21:42:57 2007 -+++ src/plugin_shortdial.c Wed Nov 14 12:26:19 2007 -@@ -22,6 +22,7 @@ - +--- src/plugin_shortdial.c.orig Sat Jan 19 17:06:51 2008 ++++ src/plugin_shortdial.c Mon Feb 4 16:46:26 2008 +@@ -23,6 +23,7 @@ #include <stdio.h> + #include <stdlib.h> #include <string.h> +#include <unistd.h> #include <netinet/in.h> diff --git a/net/siproxd/files/patch-src__siproxd.c b/net/siproxd/files/patch-src__siproxd.c index 02163c9bb855..87f49e7f6fb0 100644 --- a/net/siproxd/files/patch-src__siproxd.c +++ b/net/siproxd/files/patch-src__siproxd.c @@ -1,6 +1,6 @@ ---- src/siproxd.c.orig Fri Jun 8 21:41:47 2007 -+++ src/siproxd.c Wed Nov 14 12:26:19 2007 -@@ -181,10 +181,15 @@ +--- src/siproxd.c.orig Sat Jan 19 17:06:51 2008 ++++ src/siproxd.c Mon Feb 4 16:42:25 2008 +@@ -182,10 +182,15 @@ /* * Init stuff */ diff --git a/net/siproxd/files/patch-src__utils.c b/net/siproxd/files/patch-src__utils.c deleted file mode 100644 index e003af13767a..000000000000 --- a/net/siproxd/files/patch-src__utils.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/utils.c.orig Mon Sep 3 21:54:48 2007 -+++ src/utils.c Wed Nov 14 12:26:19 2007 -@@ -23,7 +23,7 @@ - #include <stdlib.h> - #include <unistd.h> - #include <errno.h> --#include <values.h> -+#include <limits.h> - #include <time.h> - #include <signal.h> - #include <string.h> -@@ -208,8 +208,8 @@ - */ - j=0; - k=0; -- t1=MAXINT; -- t2=MAXINT; -+ t1=INT_MAX; -+ t2=INT_MAX; - for (i=0; i<DNS_CACHE_SIZE; i++) { - if (dns_cache[i].hostname[0]=='\0') break; - if ((dns_cache[i].expires_timestamp < t1) && |