Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2005 16:36:44 -0700
From:      "Gary W. Swearingen" <garys@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/86437: tcp_input.c and tcp_sack.c refer to obsolete ICPM_BANDLIM
Message-ID:  <su64su8037.4su@mail.opusnet.com>
Resent-Message-ID: <200509212340.j8LNe4rL096975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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