Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2007 13:33:27 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200711281333.lASDXR8k097263@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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