From: Roy Marples Date: Tue, 17 Jan 2017 12:21:12 +0000 (+0000) Subject: It's more correct to say BSD has sa_len. X-Git-Tag: v7.0.0-beta1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b031fcd17397e40a434be0d946838fb7d628b77;p=thirdparty%2Fdhcpcd.git It's more correct to say BSD has sa_len. --- diff --git a/sa.h b/sa.h index c2795d9d..5c3eace3 100644 --- a/sa.h +++ b/sa.h @@ -36,7 +36,7 @@ union sa_ss { struct sockaddr_in6 sin6; }; -#ifndef __linux__ +#ifdef BSD #define HAVE_SA_LEN #endif