Module Name: src Committed By: kre Date: Tue Oct 30 21:18:39 UTC 2018
Modified Files: src/libexec/rpc.rstatd: rstat_proc.c Log Message: sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval and has eben since 2009. Adapt. NFCI - while the tv_usec (now tv_nsec) field is used, we will keep its uses to microsecond precision to avoid any compat issues. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/libexec/rpc.rstatd/rstat_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.