From bb56ec4a05a1131388e557b919e6ee6b2d0626c9 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 25 Sep 1994 19:34:02 +0000 Subject: While in the real world, I had a bad case of being swapped out for a lot of cycles. While waiting there I added a lot of the extra ()'s I have, (I have never used LISP to any extent). So I compiled the kernel with -Wall and shut up a lot of "suggest you add ()'s", removed a bunch of unused var's and added a couple of declarations here and there. Having a lap-top is highly recommended. My kernel still runs, yell at me if you kernel breaks. --- sys/kern/kern_timeout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/kern/kern_timeout.c') diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 6b3f85f2707e..d72c2844ab7d 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.5 1994/08/27 16:14:26 davidg Exp $ + * $Id: kern_clock.c,v 1.6 1994/09/18 20:39:46 wollman Exp $ */ /* Portions of this software are covered by the following: */ @@ -411,7 +411,7 @@ hardclock(frame) { register struct callout *p1; register struct proc *p; - register int delta, needsoft; + register int needsoft; extern int tickdelta; extern long timedelta; -- cgit v1.2.3