Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cobalt/stand/boot Someone should merge all the wdc ...



details:   https://anonhg.NetBSD.org/src/rev/84dce41a551a
branches:  trunk
changeset: 447365:84dce41a551a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 08 17:13:03 2019 +0000

description:
Someone should merge all the wdc copies.
Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFT

diffstat:

 sys/arch/cobalt/stand/boot/wdc.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4126d9fdd368 -r 84dce41a551a sys/arch/cobalt/stand/boot/wdc.c
--- a/sys/arch/cobalt/stand/boot/wdc.c  Tue Jan 08 14:43:18 2019 +0000
+++ b/sys/arch/cobalt/stand/boot/wdc.c  Tue Jan 08 17:13:03 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc.c,v 1.14 2014/04/03 18:49:52 joerg Exp $   */
+/*     $NetBSD: wdc.c,v 1.15 2019/01/08 17:13:03 christos Exp $        */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -29,6 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/disklabel.h>
 #include <sys/bootblock.h>



Home | Main Index | Thread Index | Old Index