cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_timer.c tcp_usrreq.c

Andre Oppermann andre at FreeBSD.org
Wed Mar 21 19:37:56 UTC 2007


andre       2007-03-21 19:37:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c tcp_output.c tcp_sack.c 
                         tcp_subr.c tcp_timer.c tcp_usrreq.c 
  Log:
  ANSIfy function declarations and remove register keywords for variables.
  Consistently apply style to all function declarations.
  
  Revision  Changes    Path
  1.325     +24 -50    src/sys/netinet/tcp_input.c
  1.130     +1 -2      src/sys/netinet/tcp_output.c
  1.34      +2 -4      src/sys/netinet/tcp_sack.c
  1.272     +4 -4      src/sys/netinet/tcp_subr.c
  1.88      +5 -10     src/sys/netinet/tcp_timer.c
  1.149     +9 -22     src/sys/netinet/tcp_usrreq.c


More information about the cvs-src mailing list