summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-10 15:39:15 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-10 15:39:15 +0000
commit4b0e570a526bfd4adb0f07652aebd5964de49f7b (patch)
tree40f8a297502578b1b28d9de45a6773a6242e2581 /sysdeps/unix/bsd
parent7e5fc672a27cf3e1f333f85f3022425c97a5a55c (diff)
(_HAVE_SA_LEN): Define.
Diffstat (limited to 'sysdeps/unix/bsd')
-rw-r--r--sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h2
1 files changed, 2 insertions, 0 deletions
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 */