All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] memstat: Add patch to fix compilation with musl libc
@ 2014-09-12  2:04 Maarten ter Huurne
  2014-09-13 20:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Maarten ter Huurne @ 2014-09-12  2:04 UTC (permalink / raw)
  To: buildroot

PATH_MAX was undefined because of a missing #include.

Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
---
 package/memstat/memstat-0001-PATH_MAX.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 package/memstat/memstat-0001-PATH_MAX.patch

diff --git a/package/memstat/memstat-0001-PATH_MAX.patch b/package/memstat/memstat-0001-PATH_MAX.patch
new file mode 100644
index 0000000..7143f6d
--- /dev/null
+++ b/package/memstat/memstat-0001-PATH_MAX.patch
@@ -0,0 +1,10 @@
+--- memstat-0.8.org/memstat.c	2009-06-08 14:38:05.000000000 +0200
++++ memstat-0.8/memstat.c	2014-09-12 03:55:43.096035374 +0200
+@@ -19,6 +19,7 @@
+ #include <unistd.h>
+ #include <getopt.h>
+ #include <errno.h>
++#include <limits.h>
+ 
+ /* blacklist devices that just map physical memory */
+ char *blacklist[] = { "/dev/mem",
-- 
1.8.4.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-24 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12  2:04 [Buildroot] [PATCH] memstat: Add patch to fix compilation with musl libc Maarten ter Huurne
2014-09-13 20:43 ` Thomas Petazzoni
2014-09-15  2:53   ` [Buildroot] [PATCH v2] " Maarten ter Huurne
2014-09-24 21:59     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.