freebsd-skq/usr.bin/systat
gallatin 397a29f117 Correct int/long type mismatch in the proper place this time. freevnodes
and numvnodes are longs in the kernel.  They should remain longs in systat,
what really needs to change is that they should be using SYSCTL_LONG rather
than SYSCTL_INT.   I also changed wantfreevnodes to SYSCTL_LONG because I
happened to notice it.

I wish there was a way to find all of these automatically..

Pointed out by: bde
2000-12-02 20:08:33 +00:00
..
cmds.c
cmdtab.c
devs.c
devs.h
extern.h
fetch.c
icmp.c
iostat.c o Make systat/iostat.c use sysctl() to retrieve cp_time instead of 2000-11-25 03:47:36 +00:00
ip.c
keyboard.c
main.c o Make systat use sysctl() to retrieve hz and stathz, instead of 2000-11-25 03:46:45 +00:00
Makefile
mbufs.c
mode.c
mode.h
netcmds.c
netstat.c
pigs.c fix another int/long type mismatch. This one was causing pigs to 2000-12-01 20:57:02 +00:00
swap.c
systat.1 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 19:21:22 +00:00
systat.h
tcp.c
vmstat.c Correct int/long type mismatch in the proper place this time. freevnodes 2000-12-02 20:08:33 +00:00