diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 06:57:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 06:57:15 +0000 |
commit | 5dc621b448c4ad217ccb1bbf54583aaf11ec6d84 (patch) | |
tree | 15bdb388e7231a5eaa444e9815c36b404de6d194 /math/scilab/files/patch-as | |
parent | Activate mocka. (diff) |
Add some patches needed to build on -current.
PR: 3867
Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Notes
Notes:
svn path=/head/; revision=7070
Diffstat (limited to 'math/scilab/files/patch-as')
-rw-r--r-- | math/scilab/files/patch-as | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/scilab/files/patch-as b/math/scilab/files/patch-as new file mode 100644 index 000000000000..24885706a4ed --- /dev/null +++ b/math/scilab/files/patch-as @@ -0,0 +1,13 @@ +*** ./routines/metanet/saveg.c.old Sun Jun 22 16:56:33 1997 +--- ./routines/metanet/saveg.c Sun Jun 22 16:56:53 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> |