Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/32f097dcd020
branches:  trunk
changeset: 333892:32f097dcd020
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 21 00:51:09 2014 +0000

description:
need clock_subr.h for bcdtobin()

diffstat:

 sys/arch/cobalt/stand/boot/clock.c           |  3 ++-
 sys/arch/ews4800mips/stand/common/ether_if.c |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r a482b8cae701 -r 32f097dcd020 sys/arch/cobalt/stand/boot/clock.c
--- a/sys/arch/cobalt/stand/boot/clock.c        Thu Nov 20 21:44:56 2014 +0000
+++ b/sys/arch/cobalt/stand/boot/clock.c        Fri Nov 21 00:51:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.4 2009/01/12 11:32:43 tsutsui Exp $        */
+/*     $NetBSD: clock.c,v 1.5 2014/11/21 00:51:09 christos Exp $       */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -38,6 +38,7 @@
 #include <netinet/in_systm.h>
 #include <lib/libsa/net.h>
 
+#include <dev/clock_subr.h>
 #include <dev/ic/mc146818reg.h>
 
 #include <mips/cpuregs.h>
diff -r a482b8cae701 -r 32f097dcd020 sys/arch/ews4800mips/stand/common/ether_if.c
--- a/sys/arch/ews4800mips/stand/common/ether_if.c      Thu Nov 20 21:44:56 2014 +0000
+++ b/sys/arch/ews4800mips/stand/common/ether_if.c      Fri Nov 21 00:51:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ether_if.c,v 1.5 2009/01/12 11:32:43 tsutsui Exp $     */
+/*     $NetBSD: ether_if.c,v 1.6 2014/11/21 00:53:19 christos Exp $    */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -42,6 +42,8 @@
 #include <lib/libsa/bootp.h>
 #include <lib/libsa/dev_net.h>
 
+#include <dev/clock_subr.h>
+
 #include <machine/sbd.h>
 #define        _SBD_TR2A_PRIVATE
 #include <machine/sbd_tr2a.h>  /* getsecs. */



Home | Main Index | Thread Index | Old Index