summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-05-26 19:21:39 +0000
committerRoland McGrath <roland@gnu.org>2004-05-26 19:21:39 +0000
commit328b540006b0b575582343c4a9e6f71a0bc95937 (patch)
treeafb566ec3a1158cc4b88c884edf3f64299a97d0e /bits
parent4a691b06393a3d1fbde3fceb1db4d8273f419620 (diff)
2004-05-26 Roland McGrath <roland@frob.com>
* sysdeps/generic/bits/in.h (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. These are long obsolete in BSD systems where they originated. * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
Diffstat (limited to 'bits')
-rw-r--r--bits/in.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/bits/in.h b/bits/in.h
index a510382245..a688719ca5 100644
--- a/bits/in.h
+++ b/bits/in.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 2000, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,12 +22,6 @@
# error "Never use <bits/in.h> directly; include <netinet/in.h> instead."
#endif
-/* Link numbers. */
-#define IMPLINK_IP 155
-#define IMPLINK_LOWEXPER 156
-#define IMPLINK_HIGHEXPER 158
-
-
/* Options for use with `getsockopt' and `setsockopt' at the IP level.
The first word in the comment at the right is the data type used;
"bool" means a boolean value stored in an `int'. */