cvs commit: src/sys/netinet tcp_output.c

Bjoern A. Zeeb bz at FreeBSD.org
Wed Nov 28 05:33:28 PST 2007


bz          2007-11-28 13:33:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_output.c 
  Log:
  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.
  
  Discussed with: rwatson
  MFC after:      3 days
  
  Revision  Changes    Path
  1.144     +1 -1      src/sys/netinet/tcp_output.c


More information about the cvs-src mailing list