cvs commit: src/sys/netinet tcp_usrreq.c udp_usrreq.c

Maxime Henrion mux at FreeBSD.org
Wed Sep 27 02:24:45 PDT 2006


mux         2006-09-27 09:24:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          tcp_usrreq.c udp_usrreq.c 
  Log:
  MFC udp_usrreq.c:1.180 and tcp_usrreq.c:1.128 :
  
    Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to
    match the type of the variable they are exporting.
  
    Spotted by:     Thomas Hurst <tom at hur.st>
  
  Approved by:    re@ (rwatson)
  Forgotten by:   mux
  
  Revision   Changes    Path
  1.124.2.3  +2 -2      src/sys/netinet/tcp_usrreq.c
  1.175.2.7  +2 -2      src/sys/netinet/udp_usrreq.c


More information about the cvs-src mailing list