diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-11 00:00:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-11 00:00:40 +0000 |
commit | 7559b94331de6615ae2a2312f3f7efa4cc46a4c3 (patch) | |
tree | d9cb58da3b50a03bb9d40718c3f7ca9da73ea0ac /sysdeps/unix/sysv/linux/bits/socket.h | |
parent | fe848e93865384db7457d3b01aad298a6f785be7 (diff) | |
download | glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar.gz glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.tar.bz2 glibc-7559b94331de6615ae2a2312f3f7efa4cc46a4c3.zip |
Regenerated.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/socket.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index 0476c15c00..2b3b098926 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -74,6 +74,7 @@ enum __socket_type #define PF_NETLINK 16 #define PF_ROUTE PF_NETLINK /* Alias to emulate 4.4BSD */ #define PF_PACKET 17 /* Packet family */ +#define PF_ASH 18 /* Ash */ #define PF_MAX 32 /* For now.. */ /* Address families. */ @@ -98,6 +99,7 @@ enum __socket_type #define AF_NETLINK PF_NETLINK #define AF_ROUTE PF_ROUTE #define AF_PACKET PF_PACKET +#define AF_ASH PF_ASH #define AF_MAX PF_MAX /* Socket level values. Others are defined in the appropriate headers. @@ -107,7 +109,6 @@ enum __socket_type #define SOL_IPV6 41 #define SOL_ICMPV6 58 #define SOL_RAW 255 -#define SOL_ROSE 260 #define SOL_DECNET 261 #define SOL_X25 262 |