diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2003-07-27 08:45:40 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2003-07-27 08:45:40 +0000 |
commit | 3104a509c05cc769839b86672aa80c174f65abc9 (patch) | |
tree | 5a85c3aee8aa1b14ef1e928108e8e2ff4381370c /www/squid31 | |
parent | 30ebff3f31f40524125c4b25d30b37cc5d8da8b6 (diff) | |
download | ports-3104a509c05cc769839b86672aa80c174f65abc9.tar.gz ports-3104a509c05cc769839b86672aa80c174f65abc9.zip |
.. add the missing file.
PR: ports/54153
Notes
Notes:
svn path=/head/; revision=85663
Diffstat (limited to 'www/squid31')
-rw-r--r-- | www/squid31/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/squid31/files/patch-aa b/www/squid31/files/patch-aa new file mode 100644 index 000000000000..ec93f2dd3c39 --- /dev/null +++ b/www/squid31/files/patch-aa @@ -0,0 +1,11 @@ +--- include/squid_types.h.orig Mon Jul 7 00:45:26 2003 ++++ include/squid_types.h Mon Jul 7 00:48:39 2003 +@@ -66,8 +66,5 @@ + #if HAVE_SYS_TYPES_H + #include <sys/types.h> + #endif +-#if HAVE_SYS_BITYPES_H +-#include <sys/bitypes.h> +-#endif + + #endif /* SQUID_TYPES_H */ |