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-at | |
| 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>
Diffstat (limited to 'math/scilab/files/patch-at')
| -rw-r--r-- | math/scilab/files/patch-at | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/math/scilab/files/patch-at b/math/scilab/files/patch-at index 3a70cdb06715..c1f97e90ff08 100644 --- a/math/scilab/files/patch-at +++ b/math/scilab/files/patch-at @@ -1,13 +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> +--- ./xmetanet/save.c.orig Sat Aug 8 14:03:32 1998 ++++ ./xmetanet/save.c Sat Aug 8 14:19:33 1998 +@@ -1,5 +1,10 @@ + /* Copyright INRIA */ ++#if defined(netbsd) || defined(freebsd) ++#include <sys/types.h> ++#endif + #include <dirent.h> ++#ifndef __STDC__ + #include <malloc.h> ++#endif + #include <stdio.h> + #include <string.h> |
