unrar: Update from 5.6.2 to 5.6.3
[termux-packages] / packages / joe / fix_errno.patch
1 --- src/joe/b.c~ 2016-08-22 15:52:28.000000000 +0200
2 +++ src/joe/b.c 2016-12-26 18:17:44.449852459 +0100
3 @@ -5,6 +5,8 @@
4 *
5 * This file is part of JOE (Joe's Own Editor)
6 */
7 +
8 +
9 #include "types.h"
10
11 #ifdef HAVE_PWD_H
12 @@ -19,7 +21,7 @@
13 #endif
14 #endif
15
16 -extern int errno;
17 +
18
19 #ifdef WITH_SELINUX
20 #include <selinux/selinux.h>