Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 15:52:07 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip.h ip_icmp.c ip_icmp.h ip_input.c ip_output.c ip_var.h raw_ip.c tcp_subr.c
Message-ID:  <200210202252.g9KMq79h088124@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/10/20 15:52:07 PDT

  Modified files:
    sys/netinet          ip.h ip_icmp.c ip_icmp.h ip_input.c 
                         ip_output.c ip_var.h raw_ip.c tcp_subr.c 
  Log:
  Fix two instances of variant struct definitions in sys/netinet:
  
  Remove the never completed _IP_VHL version, it has not caught on
  anywhere and it would make us incompatible with other BSD netstacks
  to retain this version.
  
  Add a CTASSERT protecting sizeof(struct ip) == 20.
  
  Don't let the size of struct ipq depend on the IPDIVERT option.
  
  This is a functional no-op commit.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.20      +3 -10     src/sys/netinet/ip.h
  1.73      +9 -8      src/sys/netinet/ip_icmp.c
  1.19      +0 -5      src/sys/netinet/ip_icmp.h
  1.215     +13 -14    src/sys/netinet/ip_input.c
  1.168     +17 -39    src/sys/netinet/ip_output.c
  1.67      +0 -2      src/sys/netinet/ip_var.h
  1.103     +2 -3      src/sys/netinet/raw_ip.c
  1.146     +4 -4      src/sys/netinet/tcp_subr.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210202252.g9KMq79h088124>