From: Ondrej Zajicek (work) Date: Tue, 1 Nov 2016 15:18:27 +0000 (+0100) Subject: BSD: Fix build on OpenBSD broken by previous commit X-Git-Tag: v1.6.3~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eec3988758cb4c19a0ab3bf90cab2a4914165be;p=thirdparty%2Fbird.git BSD: Fix build on OpenBSD broken by previous commit --- diff --git a/sysdep/bsd/sysio.h b/sysdep/bsd/sysio.h index 8d87a3c36..2610a47b0 100644 --- a/sysdep/bsd/sysio.h +++ b/sysdep/bsd/sysio.h @@ -28,9 +28,8 @@ #endif -#ifndef SA_LEN +#undef SA_LEN #define SA_LEN(x) (x).sa.sa_len -#endif /*