chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debianutils: Update from 4.8.3 to 4.8.4
[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>