https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246940
--- Comment #9 from [email protected] --- Strike out the paragraph "Strictly speaking...", as it's kernel internal. - The suffix "_ext" could be just "_x"? (read: extra/extended) - I used "bool", should be "boolean_t"? - sys/kern/kern_clock.c:read_cpu_time() moved up because I needed to call the common body _read_cpu_time() from _sysctl_kern_cp_time(). I should instead add a forward decl, so read_cpu_time() does not change it's occurence in the source file? The patch would be "cleaner" then. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
