summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ai
blob: 5b07297fbcd0ec9c20af38f47da5f0e920f91a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.5 2004/07/24 23:55:28 grant Exp $

--- include/dbz.h.orig	2004-01-08 09:47:19.000000000 +1100
+++ include/dbz.h
@@ -38,7 +38,7 @@ typedef struct {
     bool             nonblock;
 } dbzoptions;
 
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(PACKED)
 #define PACKED __attribute__ ((packed))
 #else
 #if !defined(PACKED)