misc/86437: tcp_input.c and tcp_sack.c refer to obsolete ICPM_BANDLIM

Gary W. Swearingen garys at FreeBSD.org
Wed Sep 21 16:40:05 PDT 2005


>Number:         86437
>Category:       misc
>Synopsis:       tcp_input.c and tcp_sack.c refer to obsolete ICPM_BANDLIM
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 23:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
n/a
>Description:

These files reference the obsolete variable ICMP_BANDLIM.  I don't
know if the includes are still needed or not, but if nobody wants to
find out, the comments should probably be changed to "for unknown
purpose" or something.

src/sys/netinet/tcp_input.c:#include <netinet/ip_icmp.h>   /* for ICMP_BANDLIM             */
src/sys/netinet/tcp_input.c:#include <netinet/icmp_var.h>  /* for ICMP_BANDLIM             */
src/sys/netinet/tcp_sack.c:#include <netinet/ip_icmp.h>    /* for ICMP_BANDLIM             */
src/sys/netinet/tcp_sack.c:#include <netinet/icmp_var.h>   /* for ICMP_BANDLIM             */

>How-To-Repeat:
n/a

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list