Module Name:    src
Committed By:   pooka
Date:           Sat May  1 10:46:29 UTC 2010

Modified Files:
        src/tests/fs/ffs: t_fifos.c

Log Message:
fix !USE_ATF


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_fifos.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/ffs/t_fifos.c
diff -u src/tests/fs/ffs/t_fifos.c:1.1 src/tests/fs/ffs/t_fifos.c:1.2
--- src/tests/fs/ffs/t_fifos.c:1.1	Mon Mar 29 13:26:32 2010
+++ src/tests/fs/ffs/t_fifos.c	Sat May  1 10:46:29 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_fifos.c,v 1.1 2010/03/29 13:26:32 pooka Exp $	*/
+/*	$NetBSD: t_fifos.c,v 1.2 2010/05/01 10:46:29 pooka Exp $	*/
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -32,7 +32,7 @@
 #else
 #include <err.h>
 #define atf_tc_fail_errno(a) err(1, a)
-#define atf_tc_fail(a, ...) err(1, a)
+#define atf_tc_fail(...) err(1, __VA_ARGS__)
 #endif
 
 #define teststr1 "raving & drooling"

Reply via email to