Files
pkgsrc-ng/news/inn/patches/patch-ai
2016-01-21 23:40:00 +01:00

14 lines
354 B
Plaintext

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