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 Do not include isqemu.h if we are not goi...



details:   https://anonhg.NetBSD.org/src/rev/f91100ee5e3f
branches:  trunk
changeset: 786076:f91100ee5e3f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Apr 14 12:45:50 2013 +0000

description:
Do not include isqemu.h if we are not going to use the test

diffstat:

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

diffs (17 lines):

diff -r bfa2d0ddd77d -r f91100ee5e3f tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Sun Apr 14 08:03:15 2013 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Sun Apr 14 12:45:50 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.10 2013/04/12 17:13:54 christos Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.11 2013/04/14 12:45:50 martin Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 
 #ifndef _FLOAT_IEEE754
 
+
 ATF_TC(no_test);
 ATF_TC_HEAD(no_test, tc)
 {



Home | Main Index | Thread Index | Old Index