Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 23:37:02 UTC 2012

Modified Files:
        src/tests/fs/puffs/h_dtfs: dtfs_vfsops.c
        src/tests/lib/libutil: t_efun.c

Log Message:
add missing includes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libutil/t_efun.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/puffs/h_dtfs/dtfs_vfsops.c
diff -u src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c:1.2 src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c:1.3
--- src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c:1.2	Thu Aug 12 05:22:14 2010
+++ src/tests/fs/puffs/h_dtfs/dtfs_vfsops.c	Sun Nov  4 18:37:02 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: dtfs_vfsops.c,v 1.2 2010/08/12 09:22:14 pooka Exp $	*/
+/*	$NetBSD: dtfs_vfsops.c,v 1.3 2012/11/04 23:37:02 christos Exp $	*/
 
 /*
  * Copyright (c) 2006  Antti Kantee.  All Rights Reserved.
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 #include <sys/resource.h>
 
+#include <stdio.h>
 #include <assert.h>
 #include <err.h>
 #include <errno.h>

Index: src/tests/lib/libutil/t_efun.c
diff -u src/tests/lib/libutil/t_efun.c:1.2 src/tests/lib/libutil/t_efun.c:1.3
--- src/tests/lib/libutil/t_efun.c:1.2	Wed Mar 30 13:03:02 2011
+++ src/tests/lib/libutil/t_efun.c	Sun Nov  4 18:37:02 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_efun.c,v 1.2 2011/03/30 17:03:02 jruoho Exp $ */
+/*	$NetBSD: t_efun.c,v 1.3 2012/11/04 23:37:02 christos Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,10 +29,11 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_efun.c,v 1.2 2011/03/30 17:03:02 jruoho Exp $");
+__RCSID("$NetBSD: t_efun.c,v 1.3 2012/11/04 23:37:02 christos Exp $");
 
 #include <atf-c.h>
 
+#include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <util.h>

Reply via email to