diff options
Diffstat (limited to 'lib/libc/arch/vax/gen/frexp.c')
-rw-r--r-- | lib/libc/arch/vax/gen/frexp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/gen/frexp.c b/lib/libc/arch/vax/gen/frexp.c index d146e9b294d..e0e3bf0aac7 100644 --- a/lib/libc/arch/vax/gen/frexp.c +++ b/lib/libc/arch/vax/gen/frexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frexp.c,v 1.10 2011/07/08 22:28:33 martynas Exp $ */ +/* $OpenBSD: frexp.c,v 1.11 2012/12/05 23:19:59 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -30,7 +30,6 @@ /* LINTLIBRARY */ -#include <sys/cdefs.h> #include <sys/types.h> #include <math.h> |