From: Ronnie Sahlberg Date: Sat, 13 Apr 2013 02:13:11 +0000 (-0700) Subject: SOCKADDR_STORAGE: it is called HAVE_SOCKADDR_LEN not HAVE_SA_LEN X-Git-Tag: upstream/1.9.6^2~227 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=0f9fe7c64ddaaa29233b123c07c1e1c4ed1bf71d SOCKADDR_STORAGE: it is called HAVE_SOCKADDR_LEN not HAVE_SA_LEN --- diff --git a/include/libnfs-private.h b/include/libnfs-private.h index f153e35..f995a7e 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -33,7 +33,7 @@ _SS_PAD1SIZE - _SS_ALIGNSIZE) struct sockaddr_storage { -#ifdef HAVE_SA_LEN +#ifdef HAVE_SOCKADDR_LEN unsigned char ss_len; /* address length */ unsigned char ss_family; /* address family */ #else