Module Name:    src
Committed By:   pooka
Date:           Mon May 31 23:51:28 UTC 2010

Modified Files:
        src/tests/rump/rumpkern: t_modcmd.c

Log Message:
hmm, using unifdef for the previous might have been a good idea ...


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/rump/rumpkern/t_modcmd.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/rump/rumpkern/t_modcmd.c
diff -u src/tests/rump/rumpkern/t_modcmd.c:1.8 src/tests/rump/rumpkern/t_modcmd.c:1.9
--- src/tests/rump/rumpkern/t_modcmd.c:1.8	Mon May 31 23:44:54 2010
+++ src/tests/rump/rumpkern/t_modcmd.c	Mon May 31 23:51:28 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_modcmd.c,v 1.8 2010/05/31 23:44:54 pooka Exp $	*/
+/*	$NetBSD: t_modcmd.c,v 1.9 2010/05/31 23:51:28 pooka Exp $	*/
 
 /*
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -58,9 +58,6 @@
 	atf_tc_set_md_var(tc, "descr", "Checks that loading and unloading "
 	    "a module (vfs/tmpfs) is possible");
 }
-#else
-#define atf_tc_fail_errno(...) err(1, __VA_ARGS__)
-#endif
 
 static int
 disable_autoload(void)

Reply via email to