$NetBSD: patch-aq,v 1.2 1999/03/05 11:22:35 frueauf Exp $

--- ./xmetanet/metanet.c.orig	Mon Jul 20 08:08:03 1998
+++ ./xmetanet/metanet.c	Sat Aug  8 13:50:47 1998
@@ -8,5 +8,10 @@
 #include <X11/Xaw/Form.h>
 #include <X11/Xaw/Label.h>
-
+#ifdef netbsd
+#include <ieeefp.h>
+#endif
+#ifdef freebsd
+#include <floatingpoint.h>
+#endif
 #include "defs.h"
 #include "color.h"
@@ -221,4 +226,7 @@
 
   iniG = NULL;
+#if (defined(netbsd) && !defined(__alpha__))  || defined(freebsd) 
+  fpsetmask(0);
+#endif
 
   /* Is xmetanet called by Scilab? */
