Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/luna68k/stand/boot need clock_subr.h for bcdtobin()



details:   https://anonhg.NetBSD.org/src/rev/605f58f1e6bd
branches:  trunk
changeset: 333894:605f58f1e6bd
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 21 01:16:04 2014 +0000

description:
need clock_subr.h for bcdtobin()

diffstat:

 sys/arch/luna68k/stand/boot/getsecs.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 436be3811a4f -r 605f58f1e6bd sys/arch/luna68k/stand/boot/getsecs.c
--- a/sys/arch/luna68k/stand/boot/getsecs.c     Fri Nov 21 01:11:50 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/getsecs.c     Fri Nov 21 01:16:04 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: getsecs.c,v 1.1 2013/01/13 14:10:55 tsutsui Exp $      */
+/*     $NetBSD: getsecs.c,v 1.2 2014/11/21 01:16:04 christos Exp $     */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -35,6 +35,8 @@
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
 
+#include <dev/clock_subr.h>
+
 #include <luna68k/dev/timekeeper.h>
 #include <luna68k/stand/boot/samachdep.h>
 



Home | Main Index | Thread Index | Old Index