summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ai
blob: ba1f000a5ae985ccbc16117cae65d3749e93d853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)