blob: 4d3e53006a2fc4596661ddb7820ad52b9fb7666b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.8 2014/08/03 17:33:34 spz Exp $
--- include/inn/dbz.h.orig 2014-05-17 08:24:49.000000000 +0000
+++ include/inn/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)
|