BSD: Fix build on OpenBSD broken by previous commit
This commit is contained in:
parent
3e236955c9
commit
7eec398875
1 changed files with 1 additions and 2 deletions
|
@ -28,9 +28,8 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifndef SA_LEN
|
#undef SA_LEN
|
||||||
#define SA_LEN(x) (x).sa.sa_len
|
#define SA_LEN(x) (x).sa.sa_len
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue