cvs commit: src/sys/netinet tcp_output.c
    Bjoern A. Zeeb 
    bz at FreeBSD.org
       
    Sun Dec  2 02:17:31 PST 2007
    
    
  
bz          2007-12-02 10:17:30 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_7)
    sys/netinet          tcp_output.c 
  Log:
  MFC: rev. 1.144 sys/netinet/tcp_output.c
     Let opt be an array.  Though &opt[0] == opt == &opt, &opt is highly
     confusing and hard to understand so change it to just opt and
     remove the extra cast no longer/not needed.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.141.2.1  +1 -1      src/sys/netinet/tcp_output.c
    
    
More information about the cvs-src
mailing list