$OpenBSD: patch-config_gen_platform_openbsd_math_c,v 1.1 2008/11/11 22:46:30 simon Exp $
--- config/gen/platform/openbsd/math.c.orig	Mon Mar 31 03:48:11 2008
+++ config/gen/platform/openbsd/math.c	Tue Nov 11 00:59:29 2008
@@ -27,9 +27,6 @@ math stuff
 
 #include <math.h>
 
-_LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
-
-#if DOUBLE_SIZE == 2 * INT_SIZE
 /*
 
 =item C<extern int Parrot_signbit(double x)>
@@ -55,7 +52,6 @@ Parrot_signbit(double x)
     return u.i[1] < 0;
 #  endif
 }
-#endif
 
 #if NUMVAL_SIZE == 12 && DOUBLE_SIZE == 3 * INT_SIZE && PARROT_LITTLE_ENDIAN
 /*
