summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/patches/patch-ai')
-rw-r--r--news/inn/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/news/inn/patches/patch-ai b/news/inn/patches/patch-ai
new file mode 100644
index 00000000000..ba1f000a5ae
--- /dev/null
+++ b/news/inn/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.3 2003/07/29 16:27:27 wiz Exp $
+
+--- include/dbz.h.orig 2002-12-23 00:00:38.000000000 +0100
++++ include/dbz.h
+@@ -42,7 +42,7 @@ typedef struct {
+ BOOL nonblock;
+ } dbzoptions;
+
+-#ifdef __GNUC__
++#if defined(__GNUC__) && !defined(PACKED)
+ #define PACKED __attribute__ ((packed))
+ #else
+ #if !defined(PACKED)