pkgsrc/news/inn/patches/patch-ai
2004-07-24 23:55:27 +00:00

13 lines
348 B
Text

$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)