diff options
author | adrian <adrian@FreeBSD.org> | 2003-07-27 08:45:40 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2003-07-27 08:45:40 +0000 |
commit | 5163d5e7a0340488729d0f8c7cf1753cb5191f17 (patch) | |
tree | f14cd4e835662b3c3ee729f7ebb5effad54ab311 /www/squid26 | |
parent | 901a7911daea75e4ec2f8f64a41282d16f093ced (diff) | |
download | FreeBSD-ports-5163d5e7a0340488729d0f8c7cf1753cb5191f17.zip FreeBSD-ports-5163d5e7a0340488729d0f8c7cf1753cb5191f17.tar.gz |
.. add the missing file.
PR: ports/54153
Diffstat (limited to 'www/squid26')
-rw-r--r-- | www/squid26/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/squid26/files/patch-aa b/www/squid26/files/patch-aa new file mode 100644 index 0000000..ec93f2d --- /dev/null +++ b/www/squid26/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 */ |