mux         2005-12-14 22:27:48 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
    sys/netinet          raw_ip.c tcp_usrreq.c udp_usrreq.c 
  Log:
  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 <[EMAIL PROTECTED]>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.160     +4 -4      src/sys/kern/uipc_usrreq.c
  1.156     +2 -2      src/sys/netinet/raw_ip.c
  1.128     +2 -2      src/sys/netinet/tcp_usrreq.c
  1.180     +2 -2      src/sys/netinet/udp_usrreq.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to