diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-11-01 16:18:27 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-11-01 16:20:04 +0100 |
commit | 7eec3988758cb4c19a0ab3bf90cab2a4914165be (patch) | |
tree | 892960045b5b980656f0453727c51f34d860c561 /sysdep | |
parent | 3e236955c9369475872b9b86a58502fa777b50b9 (diff) |
BSD: Fix build on OpenBSD broken by previous commit
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/bsd/sysio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdep/bsd/sysio.h b/sysdep/bsd/sysio.h index 8d87a3c3..2610a47b 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 /* |