aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/clock.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-10-28 15:39:31 +0000
commit4ccc87c594e7d2113adff44d644486922b87d09a (patch)
tree7a650b2ba047df3a24edf181fde8921e94889edc /sys/i386/isa/clock.c
parent404392d45c5d5a4cff89675e3593985e26a6e9cc (diff)
downloadsrc-4ccc87c594e7d2113adff44d644486922b87d09a.tar.gz
src-4ccc87c594e7d2113adff44d644486922b87d09a.zip
Remove unused functions and variables, make things static, and other cleanups.
Notes
Notes: svn path=/head/; revision=11872
Diffstat (limited to 'sys/i386/isa/clock.c')
-rw-r--r--sys/i386/isa/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c
index 310972fc8864..7259a335b29d 100644
--- a/sys/i386/isa/clock.c
+++ b/sys/i386/isa/clock.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)clock.c 7.2 (Berkeley) 5/12/91
- * $Id: clock.c,v 1.36 1995/08/25 19:24:56 bde Exp $
+ * $Id: clock.c,v 1.37 1995/10/12 20:39:49 wollman Exp $
*/
/*
@@ -505,7 +505,7 @@ void
resettodr()
{
unsigned long tm;
- int y, m, fd, r, s;
+ int y, m, s;
if (disable_rtc_set)
return;