diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-21 12:43:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-21 12:43:18 +0000 |
commit | 9af8ef496e0ccc2be17b0996184fbe5dd55fb157 (patch) | |
tree | 3cce7e464c93966db1ba9ac2e5baf6f6c28eed86 /sys/netinet | |
parent | f9b2573be586978639cd827d218764d6b5fc907d (diff) |
Remove some historical comments.
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 6df6ffab0d1..2e157ffe675 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.97 2013/10/09 09:33:43 mpi Exp $ */ +/* $OpenBSD: in.h,v 1.98 2013/10/21 12:43:17 deraadt Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -28,8 +28,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)in.h 8.3 (Berkeley) 1/3/94 */ /* @@ -283,9 +281,6 @@ struct ip_opts { #define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */ #define IP_ADD_MEMBERSHIP 12 /* ip_mreq; add an IP group membership */ #define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */ - -/* 14-17 left empty for future compatibility with FreeBSD */ - #define IP_PORTRANGE 19 /* int; range to choose for unspec port */ #define IP_AUTH_LEVEL 20 /* int; authentication used */ #define IP_ESP_TRANS_LEVEL 21 /* int; transport encryption */ |