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-at | |
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-at')
-rw-r--r-- | math/scilab/files/patch-at | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/scilab/files/patch-at b/math/scilab/files/patch-at new file mode 100644 index 000000000000..3a70cdb06715 --- /dev/null +++ b/math/scilab/files/patch-at @@ -0,0 +1,13 @@ +*** ./routines/metanet/files.c.old Sun Jun 22 16:57:23 1997 +--- ./routines/metanet/files.c Sun Jun 22 16:58:16 1997 +*************** +*** 1,5 **** +--- 1,8 ---- + #include <stdio.h> + #ifndef __MSC__ ++ #ifdef __FreeBSD__ ++ #include <sys/types.h> ++ #endif + #include <dirent.h> + #endif + #include <string.h> |