]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mutt/mutt-1.5.9i/posix1_lim.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mutt / mutt-1.5.9i / posix1_lim.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- mutt-1.5.4/mutt_dotlock.c~posix1_lim
7 +++ mutt-1.5.4/mutt_dotlock.c
8 @@ -39,7 +39,7 @@
9  #include <limits.h>
10  
11  #ifndef _POSIX_PATH_MAX
12 -#include <posix1_lim.h>
13 +#include <bits/posix1_lim.h>
14  #endif
15  
16  #include "dotlock.h"
17 --- mutt-1.5.4/mutt.h~posix1_lim
18 +++ mutt-1.5.4/mutt.h
19 @@ -43,7 +43,7 @@
20  #endif
21  
22  #ifndef _POSIX_PATH_MAX
23 -#include <posix1_lim.h>
24 +#include <bits/posix1_lim.h>
25  #endif
26  
27  #include <pwd.h>
28 --- mutt-1.5.4/dotlock.c~posix1_lim
29 +++ mutt-1.5.4/dotlock.c
30 @@ -39,7 +39,7 @@
31  #include <limits.h>
32  
33  #ifndef _POSIX_PATH_MAX
34 -#include <posix1_lim.h>
35 +#include <bits/posix1_lim.h>
36  #endif
37  
38  #include "dotlock.h"
39 --- mutt-1.5.4/lib.h~posix1_lim
40 +++ mutt-1.5.4/lib.h
41 @@ -40,7 +40,7 @@
42  # include <signal.h>
43  
44  # ifndef _POSIX_PATH_MAX
45 -#  include <posix1_lim.h>
46 +#  include <bits/posix1_lim.h>
47  # endif
48  
49  # ifdef ENABLE_NLS