Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/systat



Module Name:    src
Committed By:   dyoung
Date:           Mon Feb 11 03:51:17 UTC 2008

Modified Files:
        src/usr.bin/systat: syscall.c vmstat.c

Log Message:
#include <sys/evcnt.h> instead of <sys/device.h>, since the former
is sufficient, anyway.  Do not needlessly #include <sys/device.h>.

Note well: device_t is not part of the kernel ABI.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.bin/systat/syscall.c
cvs rdiff -r1.69 -r1.70 src/usr.bin/systat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index