$OpenBSD: patch-app_main_c,v 1.2 2009/06/01 21:17:39 ajacoutot Exp $
--- app/main.c.orig	Tue Apr 14 22:57:03 2009
+++ app/main.c	Tue Apr 14 22:57:33 2009
@@ -16,6 +16,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 #include <config.h>
+#include <ieeefp.h>
 
 #include "app_procs.h"
 
@@ -23,6 +24,8 @@
 
 int main(int argc, char *argv[])
 {
+  fpsetmask(0);
+
   app_init(argc, argv);
 
   if (!app_is_interactive())
