Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 05:03:01 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_var.h
Message-ID:  <200402251303.i1PD31oX007019@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2004/02/25 05:03:01 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_var.h 
  Log:
  Fixed namespace pollution in rev.1.74.  Implementation of the syncache
  increased <netinet/tcp_var>'s already large set of prerequisites, and
  this was handled badly.  Just don't declare the complete syncache struct
  unless <netinet/pcb.h> is included before <netinet/tcp_var.h>.
  
  Approved by:    jlemon (years ago, for a more invasive fix)
  
  Revision  Changes    Path
  1.100     +4 -1      src/sys/netinet/tcp_var.h



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