cvs commit: src/sys/netinet tcp_var.h
    Bruce Evans 
    bde at FreeBSD.org
       
    Wed Feb 25 05:03:02 PST 2004
    
    
  
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
    
    
More information about the cvs-all
mailing list