diff options
Diffstat (limited to 'regress/lib/libm/fenv/fenv.c')
-rw-r--r-- | regress/lib/libm/fenv/fenv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libm/fenv/fenv.c b/regress/lib/libm/fenv/fenv.c index 14d34402256..d821c1babe7 100644 --- a/regress/lib/libm/fenv/fenv.c +++ b/regress/lib/libm/fenv/fenv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.c,v 1.1 2011/03/21 21:51:28 martynas Exp $ */ +/* $OpenBSD: fenv.c,v 1.2 2012/12/05 23:20:07 deraadt Exp $ */ /*- * Copyright (c) 2004 David Schultz <das@FreeBSD.org> @@ -30,7 +30,6 @@ * Test the correctness and C99-compliance of various fenv.h features. */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/wait.h> #include <assert.h> |