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 Backout previous - which did not include ...



details:   https://anonhg.NetBSD.org/src/rev/09668e08748d
branches:  trunk
changeset: 786082:09668e08748d
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 14 16:03:06 2013 +0000

description:
Backout previous - which did not include the change described in the log
message anyway but pure accidental white space changes. The whole change
was not needed any more after fixing isqemu.h.
Thanks to agc for pointing it out.

diffstat:

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

diffs (17 lines):

diff -r a90a33985e9c -r 09668e08748d tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Sun Apr 14 15:53:30 2013 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Sun Apr 14 16:03:06 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.11 2013/04/14 12:45:50 martin Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.12 2013/04/14 16:03:06 martin Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -40,7 +40,6 @@
 
 #ifndef _FLOAT_IEEE754
 
-
 ATF_TC(no_test);
 ATF_TC_HEAD(no_test, tc)
 {



Home | Main Index | Thread Index | Old Index