freebsd-ports/math/scilab/files/patch-at
Steve Price dca1739cb8 Update to version 2.4.1.
PR:		14877
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-11-27 01:38:31 +00:00

13 lines
321 B
Text

--- ./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>