From 289f11acb49b6dbb3081e09bf94a86f008f55814 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 16 Mar 1995 18:17:34 +0000 Subject: Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones. --- sys/kern/kern_timeout.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/kern/kern_timeout.c') diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index c1ff1bd..62d2bcb 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.10 1994/10/16 03:52:12 wollman Exp $ + * $Id: kern_clock.c,v 1.11 1994/12/12 11:58:46 bde Exp $ */ /* Portions of this software are covered by the following: */ @@ -415,8 +415,6 @@ hardclock(frame) register struct callout *p1; register struct proc *p; register int needsoft; - extern int tickdelta; - extern long timedelta; /* * Update real-time timeout queue. -- cgit v1.1