Module Name:    src
Committed By:   christos
Date:           Tue Jan  8 17:14:14 UTC 2019

Modified Files:
        src/sys/arch/ews4800mips/stand/common: bfs_subr.c

Log Message:
Include <sys/param.h> for DEV_BSIZE/DEV_BSHIFT


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ews4800mips/stand/common/bfs_subr.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/ews4800mips/stand/common/bfs_subr.c
diff -u src/sys/arch/ews4800mips/stand/common/bfs_subr.c:1.3 src/sys/arch/ews4800mips/stand/common/bfs_subr.c:1.4
--- src/sys/arch/ews4800mips/stand/common/bfs_subr.c:1.3	Mon Apr 28 16:23:18 2008
+++ src/sys/arch/ews4800mips/stand/common/bfs_subr.c	Tue Jan  8 12:14:14 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: bfs_subr.c,v 1.3 2008/04/28 20:23:18 martin Exp $	*/
+/*	$NetBSD: bfs_subr.c,v 1.4 2019/01/08 17:14:14 christos Exp $	*/
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -31,13 +31,14 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: bfs_subr.c,v 1.3 2008/04/28 20:23:18 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bfs_subr.c,v 1.4 2019/01/08 17:14:14 christos Exp $");
 #ifdef _STANDALONE
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 #include "local.h"
 #endif
 
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/systm.h>
 #include <sys/errno.h>

Reply via email to