From 46acbb7554b08902bf362d5601c1a8b384c1d27f Mon Sep 17 00:00:00 2001 From: Peter Grehan Date: Thu, 5 Oct 2006 06:04:44 +0000 Subject: [PATCH] Catch up with recent clock modifications: - include for inittodr prototype - remove now-conflicting SECDAY definition that is in --- sys/powerpc/aim/clock.c | 2 +- sys/powerpc/powerpc/clock.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c index 0a6492caab52..0b51f1c9f840 100644 --- a/sys/powerpc/aim/clock.c +++ b/sys/powerpc/aim/clock.c @@ -63,6 +63,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include @@ -82,7 +83,6 @@ static u_long ticks_per_sec = 12500000; static long ticks_per_intr; static volatile u_long lasttb; -#define SECDAY 86400 #define DIFF19041970 2082844800 static int clockinitted = 0; diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 0a6492caab52..0b51f1c9f840 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -63,6 +63,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include @@ -82,7 +83,6 @@ static u_long ticks_per_sec = 12500000; static long ticks_per_intr; static volatile u_long lasttb; -#define SECDAY 86400 #define DIFF19041970 2082844800 static int clockinitted = 0;