Source-Changes-HG archive

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

[src/trunk]: src/tests/include/sys remove stray underscore.



details:   https://anonhg.NetBSD.org/src/rev/6e6c55ee8910
branches:  trunk
changeset: 770069:6e6c55ee8910
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 02 18:34:17 2011 +0000

description:
remove stray underscore.

diffstat:

 tests/include/sys/t_bitops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 97752d250f7f -r 6e6c55ee8910 tests/include/sys/t_bitops.c
--- a/tests/include/sys/t_bitops.c      Sun Oct 02 18:32:36 2011 +0000
+++ b/tests/include/sys/t_bitops.c      Sun Oct 02 18:34:17 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_bitops.c,v 1.12 2011/10/01 18:38:39 christos Exp $ */
+/*     $NetBSD: t_bitops.c,v 1.13 2011/10/02 18:34:17 christos Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_bitops.c,v 1.12 2011/10/01 18:38:39 christos Exp $");
+__RCSID("$NetBSD: t_bitops.c,v 1.13 2011/10/02 18:34:17 christos Exp $");
 
 #include <atf-c.h>
 
@@ -165,7 +165,7 @@
 
 ATF_TC_BODY(ilog2_log2, tc)
 {
-#ifdef __vax___
+#ifdef __vax__
        atf_tc_skip("Test is unavailable on vax because of lack of log2()");
 #else
        double  x, y;



Home | Main Index | Thread Index | Old Index