From 00a3bdc19a6a335d1ba4e7b5178e71f290c6b15a Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Sat, 5 Oct 2002 20:14:49 +0000 Subject: [PATCH] Add two extern's for adjkerntz and wall_cmos_clock, all other archs have them there, alghough the variable are declared in subr_clock.c. These should probably be moved into some MI place. Approved by: jake --- sys/sparc64/include/clock.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/sparc64/include/clock.h b/sys/sparc64/include/clock.h index c98b024437e..fbedfea57de 100644 --- a/sys/sparc64/include/clock.h +++ b/sys/sparc64/include/clock.h @@ -33,6 +33,9 @@ extern u_long tick_increment; extern u_long tick_freq; extern u_long tick_MHz; +extern int adjkerntz; +extern int wall_cmos_clock; + int sysbeep(int, int); #endif /* !_MACHINE_CLOCK_H_ */