1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 05:37:06 +00:00
termux-packages/packages/oleo/global.h.patch
Leonid Pliushch b45fc730dc move some packages from unstable repo
* geth
* jbig2dec
* myrepos
* oleo
* samefile
* sdcv
* yadm
2019-09-08 17:25:28 +03:00

12 lines
342 B
Diff

--- ../tmp-orig/oleo-1.99.16/src/global.h 2005-03-18 20:45:06.300809009 +0100
+++ src/src/global.h 2005-03-18 20:42:30.963398869 +0100
@@ -231,7 +231,7 @@
extern unsigned short current_cycle;
extern int ioerror;
-extern int errno;
+#include <errno.h>
extern const char oleo_version_string[];
extern double astof (char **);