summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/oleo/files/patch-src_global.h')
-rw-r--r--math/oleo/files/patch-src_global.h22
1 files changed, 19 insertions, 3 deletions
diff --git a/math/oleo/files/patch-src_global.h b/math/oleo/files/patch-src_global.h
index 4594ce52a581..84f2c3c64c87 100644
--- a/math/oleo/files/patch-src_global.h
+++ b/math/oleo/files/patch-src_global.h
@@ -1,6 +1,14 @@
---- src/global.h.org Thu Feb 15 05:54:50 2001
-+++ src/global.h Sat Jul 19 13:45:39 2003
-@@ -208,7 +208,7 @@
+--- src/global.h.orig 2001-02-14 20:54:50 UTC
++++ src/global.h
+@@ -20,6 +20,7 @@
+ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
++#include <errno.h>
+ #include "sysdef.h"
+ #include "utils.h"
+
+@@ -208,7 +209,7 @@ extern char mname[];
extern char nname[];
extern VOIDSTAR parse_hash;
@@ -9,3 +17,11 @@
/* These have two uses. During parsing, these contain the
* base address of all relative references. During evaluation,
+@@ -231,7 +232,6 @@ extern int default_lock;
+
+ extern unsigned short current_cycle;
+ extern int ioerror;
+-extern int errno;
+ extern const char oleo_version_string[];
+
+ extern double astof (char **);