Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   kre
Date:           Tue Oct 30 21:15:09 UTC 2018

Modified Files:
        src/external/bsd/top/dist/machine: m_netbsd.c
        src/usr.bin/w: w.c
        src/usr.sbin/rwhod: rwhod.c

Log Message:
sysctl(KERN_BOPOTIME) started returning a struct timespec in 2009.
Update to match....    We're slow but we get there eventually!

NFC for any of these programs, struct timeval and struct timespec
are the same size, and only the tv_sec field of boottime is used,
and that's unchanged.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/top/dist/machine/m_netbsd.c
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/w/w.c
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/rwhod/rwhod.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