]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
BSD: Fix build on OpenBSD broken by previous commit
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 1 Nov 2016 15:18:27 +0000 (16:18 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 1 Nov 2016 15:20:04 +0000 (16:20 +0100)
sysdep/bsd/sysio.h

index 8d87a3c36d158ec44ae362e9b32b98efd3d71365..2610a47b00a9d090a1bc4a30cbec87e60b332e46 100644 (file)
@@ -28,9 +28,8 @@
 #endif
 
 
-#ifndef SA_LEN
+#undef  SA_LEN
 #define SA_LEN(x) (x).sa.sa_len
-#endif
 
 
 /*