Module Name:    src
Committed By:   he
Date:           Sun Jul 11 17:09:27 UTC 2010

Modified Files:
        src/sys/arch/cobalt/stand/boot: wd.c

Log Message:
Include <sys/param.h> for howmany() definition.
OK'ed by tsut...@.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/cobalt/stand/boot/wd.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/wd.c
diff -u src/sys/arch/cobalt/stand/boot/wd.c:1.12 src/sys/arch/cobalt/stand/boot/wd.c:1.13
--- src/sys/arch/cobalt/stand/boot/wd.c:1.12	Tue Jan 19 15:28:52 2010
+++ src/sys/arch/cobalt/stand/boot/wd.c	Sun Jul 11 17:09:27 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: wd.c,v 1.12 2010/01/19 15:28:52 tsutsui Exp $	*/
+/*	$NetBSD: wd.c,v 1.13 2010/07/11 17:09:27 he 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/stdint.h>
 

Reply via email to