diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
commit | dca1739cb81ca56f39856d32d290dae2f858dd34 (patch) | |
tree | 60e947f5827065aa5532bf9e61fce010201fc43a /math/Scilab/files/patch-ar | |
parent | Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both (diff) |
Update to version 2.4.1.
PR: 14877
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=23432
Diffstat (limited to 'math/Scilab/files/patch-ar')
-rw-r--r-- | math/Scilab/files/patch-ar | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/math/Scilab/files/patch-ar b/math/Scilab/files/patch-ar index d242af20723d..bbe5c2aa884c 100644 --- a/math/Scilab/files/patch-ar +++ b/math/Scilab/files/patch-ar @@ -1,14 +1,10 @@ -*** ./routines/metanet/loadg.c.old Sun Jun 22 16:54:55 1997 ---- ./routines/metanet/loadg.c Sun Jun 22 16:55:26 1997 -*************** -*** 1,5 **** ---- 1,8 ---- - #include <stdio.h> - #ifndef __MSC__ -+ #ifdef __FreeBSD__ -+ #include <sys/types.h> -+ #endif - #include <dirent.h> - #endif - #include <string.h> - +--- ./xmetanet/graphics.c.orig Sat Aug 8 13:28:35 1998 ++++ ./xmetanet/graphics.c Sat Aug 8 14:17:55 1998 +@@ -2,5 +2,7 @@ + #include <X11/Intrinsic.h> + #include <math.h> ++#ifndef __STDC__ + #include <malloc.h> ++#endif + #include <string.h> + #include <stdio.h> |