Module Name: src Committed By: christos Date: Fri Nov 21 00:51:09 UTC 2014
Modified Files: src/sys/arch/cobalt/stand/boot: clock.c Log Message: need clock_subr.h for bcdtobin() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/cobalt/stand/boot/clock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/cobalt/stand/boot/clock.c diff -u src/sys/arch/cobalt/stand/boot/clock.c:1.4 src/sys/arch/cobalt/stand/boot/clock.c:1.5 --- src/sys/arch/cobalt/stand/boot/clock.c:1.4 Mon Jan 12 06:32:43 2009 +++ src/sys/arch/cobalt/stand/boot/clock.c Thu Nov 20 19:51:09 2014 @@ -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>