Module Name: src Committed By: riastradh Date: Sat Sep 2 17:44:59 UTC 2023
Modified Files: src/sys/dev: cons.c src/sys/kern: init_main.c kern_clock.c kern_cpu.c src/sys/sys: heartbeat.h Log Message: heartbeat(9): Move #ifdef HEARTBEAT to sys/heartbeat.h. Less error-prone this way, and the callers are less cluttered. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/dev/cons.c cvs rdiff -u -r1.542 -r1.543 src/sys/kern/init_main.c cvs rdiff -u -r1.150 -r1.151 src/sys/kern/kern_clock.c cvs rdiff -u -r1.96 -r1.97 src/sys/kern/kern_cpu.c cvs rdiff -u -r1.1 -r1.2 src/sys/sys/heartbeat.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.