*** xcircuit.c.orig Fri Jan 14 00:21:21 2000 --- xcircuit.c Fri Jan 21 12:00:00 2000 *************** *** 11,22 **** --- 11,27 ---- #include #include #include + #ifndef __STDC__ #include + #endif #include #include #include #include #include + #ifdef __FreeBSD__ + #include + #endif #include #include *************** *** 1435,1440 **** --- 1440,1449 ---- char *argv0; /* find root of argv[0] */ short initargc = argc; /* because XtInitialize() absorbs the */ /* -schem flag and renumbers argc! (bug?) */ + + #ifdef __FreeBSD__ + fpsetmask(0); + #endif /*-----------------------------------------------------------*/ /* Find the root of the command called from the command line */