peter 2003/10/25 21:45:09 PDT FreeBSD src repository Modified files: sbin/sysctl sysctl.c Log: Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather than a pointer to an int, since that is what it really wants anyway. Revision Changes Path 1.56 +2 -2 src/sbin/sysctl/sysctl.c