Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Apr 2011 11:21:29 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files src/sys/netinet tcp_input.c tcp_output.c tcp_subr.c tcp_syncache.c tcp_timewait.c tcp_usrreq.c
Message-ID:  <201104301121.p3UBLf0e076261@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-30 11:21:29 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/netinet          tcp_input.c tcp_output.c tcp_subr.c 
                         tcp_syncache.c tcp_timewait.c 
                         tcp_usrreq.c 
  Log:
  SVN rev 221250 on 2011-04-30 11:21:29Z by bz
  
  Make the TCP code compile without INET.  Sort #includes and add #ifdef INETs.
  Add some comments at #endifs given more nestedness.  To make the compiler
  happy, some default initializations were added in accordance with the style
  on the files.
  
  Reviewed by:    gnn
  Sponsored by:   The FreeBSD Foundation
  Sponsored by:   iXsystems
  MFC after:      4 days
  
  Revision  Changes    Path
  1.1595    +14 -14    src/sys/conf/files
  1.429     +84 -26    src/sys/netinet/tcp_input.c
  1.179     +10 -5     src/sys/netinet/tcp_output.c
  1.377     +62 -17    src/sys/netinet/tcp_subr.c
  1.187     +24 -5     src/sys/netinet/tcp_syncache.c
  1.314     +45 -17    src/sys/netinet/tcp_timewait.c
  1.202     +39 -13    src/sys/netinet/tcp_usrreq.c



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