]> sourceware.org Git - glibc.git/commitdiff
(_HAVE_SA_LEN): Define.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Feb 2001 15:39:15 +0000 (15:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Feb 2001 15:39:15 +0000 (15:39 +0000)
sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h

index 1b1aea128311bb14d204547de115e0db86a8ed4b..07f6148be59ab904ee6224a46424edd1fdbb2853 100644 (file)
@@ -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 */
This page took 0.039577 seconds and 5 git commands to generate.