Module Name:    src
Committed By:   martin
Date:           Sun Apr 14 16:03:06 UTC 2013

Modified Files:
        src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/gen/t_fpsetmask.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/lib/libc/gen/t_fpsetmask.c
diff -u src/tests/lib/libc/gen/t_fpsetmask.c:1.11 src/tests/lib/libc/gen/t_fpsetmask.c:1.12
--- src/tests/lib/libc/gen/t_fpsetmask.c:1.11	Sun Apr 14 12:45:50 2013
+++ src/tests/lib/libc/gen/t_fpsetmask.c	Sun Apr 14 16:03:06 2013
@@ -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)
 {

Reply via email to