diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-04-05 15:01:41 +0000 |
commit | 9864310df0da57736b092b83968de883d6d8d8d9 (patch) | |
tree | 3a600b1931fa1e1f0863f04c3ec4ed883cb1f05c /www/tinyproxy/files | |
parent | Add ruby-ri, Ruby Interactive reference with command line and Emacs (diff) |
Upgrade to version 1.3.3b
PR: 26338
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=40888
Diffstat (limited to 'www/tinyproxy/files')
-rw-r--r-- | www/tinyproxy/files/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa deleted file mode 100644 index de8916332f74..000000000000 --- a/www/tinyproxy/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/dnscache.c.dist Thu Mar 30 01:18:05 2000 -+++ src/dnscache.c Fri Apr 7 19:59:54 2000 -@@ -28,12 +28,12 @@ - #include <string.h> - #include <netdb.h> - #include <time.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <assert.h> - #include <ctype.h> --#include <sys/types.h> - - #include "utils.h" - #include "dnscache.h" |