diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-05 13:43:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-05 13:43:16 +0000 |
commit | c10bb7956d1e3be11133d592154970a50afb6e53 (patch) | |
tree | 5dd0603cbc9275a04005819a210a797bf7948414 /sysdeps/unix/sysv/linux/bits/socket.h | |
parent | 8325d82cf3910aec38b9182face1fc3d524f676b (diff) | |
download | glibc-c10bb7956d1e3be11133d592154970a50afb6e53.tar glibc-c10bb7956d1e3be11133d592154970a50afb6e53.tar.gz glibc-c10bb7956d1e3be11133d592154970a50afb6e53.tar.bz2 glibc-c10bb7956d1e3be11133d592154970a50afb6e53.zip |
Update.
1998-10-05 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
and constants. Tidy up formatting a little.
* sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
Move definitions to in.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/socket.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index a11c22db72..e5f4259433 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -115,8 +115,6 @@ enum __socket_type XXX These definitions also should go into the appropriate headers as far as they are available. */ -#define SOL_IPV6 41 -#define SOL_ICMPV6 58 #define SOL_RAW 255 #define SOL_DECNET 261 #define SOL_X25 262 |