From: Ulrich Drepper Date: Sat, 10 Feb 2001 15:39:15 +0000 (+0000) Subject: (_HAVE_SA_LEN): Define. X-Git-Tag: cvs/glibc-2_2_2~53 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4b0e570a526bfd4adb0f07652aebd5964de49f7b;p=glibc.git (_HAVE_SA_LEN): Define. --- diff --git a/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h b/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h index 1b1aea1283..07f6148be5 100644 --- a/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h +++ b/sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h @@ -38,4 +38,6 @@ typedef unsigned char sa_family_t; #define __SOCKADDR_COMMON_SIZE (2 * sizeof (unsigned char)) +#define _HAVE_SA_LEN 1 /* We have the sa_len field. */ + #endif /* bits/sockaddr.h */