Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen Fix strange editor mishap and start block...



details:   https://anonhg.NetBSD.org/src/rev/f5b8883ba1d1
branches:  trunk
changeset: 336112:f5b8883ba1d1
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Feb 13 16:56:57 2015 +0000

description:
Fix strange editor mishap and start block comment on its own line.

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ceeffdb73de1 -r f5b8883ba1d1 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Fri Feb 13 15:59:17 2015 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Fri Feb 13 16:56:57 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.27 2014/12/29 18:36:27 martin Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.28 2015/02/13 16:56:57 martin Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -311,7 +311,8 @@
                atf_tc_skip("Test does not run correctly under QEMU");
 #if defined(__powerpc__)
        atf_tc_skip("Test not valid on powerpc");
-#elif defined(__arm__) && !__SOFTFP__  /*
+#elif defined(__arm__) && !__SOFTFP__
+       /*
         * Some NEON fpus do not implement IEEE exception handling,
         * skip these tests if running on them and compiled for
         * hard float.



Home | Main Index | Thread Index | Old Index