Module Name:    src
Committed By:   pooka
Date:           Sat May  1 10:43:31 UTC 2010

Modified Files:
        src/tests/fs/union: t_basic.c

Log Message:
fix !USE_ATF case


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/union/t_basic.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/union/t_basic.c
diff -u src/tests/fs/union/t_basic.c:1.1 src/tests/fs/union/t_basic.c:1.2
--- src/tests/fs/union/t_basic.c:1.1	Mon Mar 29 18:19:19 2010
+++ src/tests/fs/union/t_basic.c	Sat May  1 10:43:31 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_basic.c,v 1.1 2010/03/29 18:19:19 pooka Exp $	*/
+/*	$NetBSD: t_basic.c,v 1.2 2010/05/01 10:43:31 pooka Exp $	*/
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -28,7 +28,7 @@
 	atf_tc_set_md_var(tc, "descr", "basic union functionality: two views");
 }
 #else
-#define atf_tc_fail(a, ...) errx(1, __VA_ARGS__)
+#define atf_tc_fail(...) errx(1, __VA_ARGS__)
 #endif
 
 #define MSTR "magic bus"

Reply via email to