Module Name:    src
Committed By:   pooka
Date:           Mon Jul 19 16:00:45 UTC 2010

Modified Files:
        src/tests/fs/vfs: t_rmdirrace.c t_vfsops.c

Log Message:
add missing headers


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_rmdirrace.c
cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/vfs/t_rmdirrace.c
diff -u src/tests/fs/vfs/t_rmdirrace.c:1.6 src/tests/fs/vfs/t_rmdirrace.c:1.7
--- src/tests/fs/vfs/t_rmdirrace.c:1.6	Tue Jul 13 11:12:19 2010
+++ src/tests/fs/vfs/t_rmdirrace.c	Mon Jul 19 16:00:45 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_rmdirrace.c,v 1.6 2010/07/13 11:12:19 pooka Exp $	*/
+/*	$NetBSD: t_rmdirrace.c,v 1.7 2010/07/19 16:00:45 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
 #include <atf-c.h>
 #include <fcntl.h>
 #include <pthread.h>
+#include <stdlib.h>
 #include <unistd.h>
 
 #include <rump/rump_syscalls.h>

Index: src/tests/fs/vfs/t_vfsops.c
diff -u src/tests/fs/vfs/t_vfsops.c:1.3 src/tests/fs/vfs/t_vfsops.c:1.4
--- src/tests/fs/vfs/t_vfsops.c:1.3	Fri Jul 16 17:49:38 2010
+++ src/tests/fs/vfs/t_vfsops.c	Mon Jul 19 16:00:45 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_vfsops.c,v 1.3 2010/07/16 17:49:38 njoly Exp $	*/
+/*	$NetBSD: t_vfsops.c,v 1.4 2010/07/19 16:00:45 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,9 @@
 #include <sys/statvfs.h>
 
 #include <atf-c.h>
+#include <dirent.h>
 #include <fcntl.h>
+#include <stdlib.h>
 #include <unistd.h>
 
 #include <rump/rump_syscalls.h>

Reply via email to