summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ai
blob: 39a7dfef732d3ebfca12d54d699e25569ef45c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.4 2004/06/02 11:43:55 tron Exp $

--- include/dbz.h.orig	2004-01-07 23:47:19.000000000 +0100
+++ include/dbz.h	2004-06-02 13:02:04.000000000 +0200
@@ -38,7 +38,7 @@
     bool             nonblock;
 } dbzoptions;
 
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(PACKED)
 #define PACKED __attribute__ ((packed))
 #else
 #if !defined(PACKED)