Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/rump/rumpkern hmm, using unifdef for the previous migh...



details:   https://anonhg.NetBSD.org/src/rev/fa556bce9015
branches:  trunk
changeset: 755308:fa556bce9015
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon May 31 23:51:28 2010 +0000

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

diffstat:

 tests/rump/rumpkern/t_modcmd.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 0f5bca324571 -r fa556bce9015 tests/rump/rumpkern/t_modcmd.c
--- a/tests/rump/rumpkern/t_modcmd.c    Mon May 31 23:44:54 2010 +0000
+++ b/tests/rump/rumpkern/t_modcmd.c    Mon May 31 23:51:28 2010 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index