Wrong rm patches/patch-ee_c pointed by nigel@.
OK, sthen@
This commit is contained in:
parent
232c4c80ed
commit
a58b75fa73
21
editors/ee/patches/patch-ee_c
Normal file
21
editors/ee/patches/patch-ee_c
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-ee_c,v 1.5 2012/05/10 19:30:31 gonzalo Exp $
|
||||
--- ee.c.orig Thu May 10 19:35:13 2012
|
||||
+++ ee.c Thu May 10 19:35:19 2012
|
||||
@@ -111,6 +111,8 @@ nl_catd catalog;
|
||||
#define SIGCHLD SIGCLD
|
||||
#endif
|
||||
|
||||
+#define SIGUNUSED 31
|
||||
+
|
||||
#define TAB 9
|
||||
#define max(a, b) (a > b ? a : b)
|
||||
#define min(a, b) (a < b ? a : b)
|
||||
@@ -4124,7 +4126,7 @@ Format() /* format the paragraph according to set marg
|
||||
}
|
||||
|
||||
unsigned char *init_name[3] = {
|
||||
- "/usr/local/lib/init.ee",
|
||||
+ SYSCONFDIR "/init.ee",
|
||||
NULL,
|
||||
".init.ee"
|
||||
};
|
Loading…
Reference in New Issue
Block a user