aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mutt/mutt-1.5.9i/posix1_lim.patch
blob: 8381174cc30cfec35bedc4bae568fbaf7ef5f49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#

--- mutt-1.5.4/mutt_dotlock.c~posix1_lim
+++ mutt-1.5.4/mutt_dotlock.c
@@ -39,7 +39,7 @@
 #include <limits.h>
 
 #ifndef _POSIX_PATH_MAX
-#include <posix1_lim.h>
+#include <bits/posix1_lim.h>
 #endif
 
 #include "dotlock.h"
--- mutt-1.5.4/mutt.h~posix1_lim
+++ mutt-1.5.4/mutt.h
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef _POSIX_PATH_MAX
-#include <posix1_lim.h>
+#include <bits/posix1_lim.h>
 #endif
 
 #include <pwd.h>
--- mutt-1.5.4/dotlock.c~posix1_lim
+++ mutt-1.5.4/dotlock.c
@@ -39,7 +39,7 @@
 #include <limits.h>
 
 #ifndef _POSIX_PATH_MAX
-#include <posix1_lim.h>
+#include <bits/posix1_lim.h>
 #endif
 
 #include "dotlock.h"
--- mutt-1.5.4/lib.h~posix1_lim
+++ mutt-1.5.4/lib.h
@@ -40,7 +40,7 @@
 # include <signal.h>
 
 # ifndef _POSIX_PATH_MAX
-#  include <posix1_lim.h>
+#  include <bits/posix1_lim.h>
 # endif
 
 # ifdef ENABLE_NLS