summaryrefslogtreecommitdiff
path: root/www/squid/patches/patch-cb
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid/patches/patch-cb')
-rw-r--r--www/squid/patches/patch-cb17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/squid/patches/patch-cb b/www/squid/patches/patch-cb
new file mode 100644
index 00000000000..3f62191e654
--- /dev/null
+++ b/www/squid/patches/patch-cb
@@ -0,0 +1,17 @@
+$NetBSD: patch-cb,v 1.1 2002/12/01 05:36:51 grant Exp $
+
+--- src/fs/diskd/store_dir_diskd.c.orig Sun Jul 21 10:30:04 2002
++++ src/fs/diskd/store_dir_diskd.c
+@@ -36,8 +36,11 @@
+ #include "squid.h"
+
+ #include <sys/ipc.h>
+-#include <sys/msg.h>
+ #include <sys/shm.h>
++
++#ifdef HAVE_SYS_MSG_H
++#include <sys/msg.h>
++#endif
+
+ #include "store_diskd.h"
+