You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
333 B

--- src/joe/b.c~ 2016-08-22 15:52:28.000000000 +0200
+++ src/joe/b.c 2016-12-26 18:17:44.449852459 +0100
@@ -5,6 +5,8 @@
*
* This file is part of JOE (Joe's Own Editor)
*/
+
+
#include "types.h"
#ifdef HAVE_PWD_H
@@ -19,7 +21,7 @@
#endif
#endif
-extern int errno;
+
#ifdef WITH_SELINUX
#include <selinux/selinux.h>