blob: f4e35713f4ae2a68fe4a7a8a7e838a014c329960 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
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 <X11/StringDefs.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Label.h>
!
#include "defs.h"
#include "color.h"
#include "list.h"
--- 6,14 ----
#include <X11/StringDefs.h>
#include <X11/Xaw/Form.h>
#include <X11/Xaw/Label.h>
! #ifdef __FreeBSD__
! #include <floatingpoint.h>
! #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);
|