Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/umapfs Requires <sys/param.h>.



details:   https://anonhg.NetBSD.org/src/rev/9576f3e14f4b
branches:  trunk
changeset: 755269:9576f3e14f4b
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 30 06:09:17 2010 +0000

description:
Requires <sys/param.h>.

diffstat:

 tests/fs/umapfs/t_basic.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 29ba81422fa1 -r 9576f3e14f4b tests/fs/umapfs/t_basic.c
--- a/tests/fs/umapfs/t_basic.c Sun May 30 05:35:48 2010 +0000
+++ b/tests/fs/umapfs/t_basic.c Sun May 30 06:09:17 2010 +0000
@@ -1,6 +1,7 @@
-/*     $NetBSD: t_basic.c,v 1.1 2010/03/30 01:05:28 pooka Exp $        */
+/*     $NetBSD: t_basic.c,v 1.2 2010/05/30 06:09:17 dholland Exp $     */
 
 #include <sys/types.h>
+#include <sys/param.h>
 #include <sys/mount.h>
 
 #include <atf-c.h>



Home | Main Index | Thread Index | Old Index