From a58b75fa73cd4d9500ffe1e8a2215793cfdd0e9d Mon Sep 17 00:00:00 2001 From: gonzalo Date: Thu, 10 May 2012 19:30:31 +0000 Subject: [PATCH] Wrong rm patches/patch-ee_c pointed by nigel@. OK, sthen@ --- editors/ee/patches/patch-ee_c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 editors/ee/patches/patch-ee_c diff --git a/editors/ee/patches/patch-ee_c b/editors/ee/patches/patch-ee_c new file mode 100644 index 00000000000..d6b1e178036 --- /dev/null +++ b/editors/ee/patches/patch-ee_c @@ -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" + };