diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/metanet.c ./xmetanet/metanet.c *** /usr/LOCAL/scilab2.3/work/scilab-2.3/xmetanet/metanet.c Mon May 12 16:34:41 1997 --- ./xmetanet/metanet.c Wed May 21 01:00:49 1997 *************** *** 6,12 **** #include #include #include ! #include "defs.h" #include "color.h" #include "list.h" --- 6,14 ---- #include #include #include ! #ifdef __FreeBSD__ ! #include ! #endif #include "defs.h" #include "color.h" #include "list.h" *************** *** 219,225 **** XSizeHints sizehints; iniG = NULL; ! /* Is xmetanet called by Scilab? */ igeci = find("-pipes",argc,argv); --- 221,229 ---- XSizeHints sizehints; iniG = NULL; ! #ifdef __FreeBSD__ ! fpsetmask(0); ! #endif /* Is xmetanet called by Scilab? */ igeci = find("-pipes",argc,argv);