diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-08-04 16:52:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-04 16:52:04 +0000 |
commit | 6242c9152111da94a28ff1f39277d704824f7c5d (patch) | |
tree | fce1f84bfc71fcb71add595109d0e35e083666c2 /packages/mutt/mutt-1.5.9i/posix1_lim.patch | |
parent | e1fcfaf38cd250cd8383fa66d75b0543a0543311 (diff) | |
parent | 304c18632bf0ecf124285b737bb4cc8d2b0f561d (diff) |
propagate from branch 'org.openembedded.dev' (head 62f17dde6e02af42bf4eab7e425978b66cea3823)
to branch 'org.openembedded.nslu2-linux' (head ae92e5985633489c84c89296f06f7bcc0f02bf2a)
Diffstat (limited to 'packages/mutt/mutt-1.5.9i/posix1_lim.patch')
-rw-r--r-- | packages/mutt/mutt-1.5.9i/posix1_lim.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/packages/mutt/mutt-1.5.9i/posix1_lim.patch b/packages/mutt/mutt-1.5.9i/posix1_lim.patch new file mode 100644 index 0000000000..8381174cc3 --- /dev/null +++ b/packages/mutt/mutt-1.5.9i/posix1_lim.patch @@ -0,0 +1,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 |