diff options
Diffstat (limited to 'math/ploticus/files/patch-reslimits.c')
-rw-r--r-- | math/ploticus/files/patch-reslimits.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/math/ploticus/files/patch-reslimits.c b/math/ploticus/files/patch-reslimits.c index 3623e527397c..4c7166e36726 100644 --- a/math/ploticus/files/patch-reslimits.c +++ b/math/ploticus/files/patch-reslimits.c @@ -1,13 +1,10 @@ ---- reslimits.c.orig Wed Jan 23 22:39:27 2002 -+++ reslimits.c Wed Jan 23 22:41:29 2002 -@@ -9,8 +9,9 @@ +--- reslimits.c.orig Thu Mar 7 16:11:25 2002 ++++ reslimits.c Thu Mar 7 16:11:48 2002 +@@ -9,6 +9,7 @@ #ifndef NORLIMIT #include <stdio.h> --#include <sys/resource.h> +#include <sys/types.h> #include <sys/time.h> -+#include <sys/resource.h> + #include <sys/resource.h> - reslimits( type, value ) - char *type; |