summaryrefslogtreecommitdiff
path: root/package/procps/patches/patch-proc_readproc_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-28 17:30:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-28 17:30:36 +0100
commit89551d9a7633d83d45fb22316153dee7cd898fbc (patch)
treefe55cf46df70e534a912831f3288bd9b2400835f /package/procps/patches/patch-proc_readproc_c
parent320e16528ea6a9eba54bac0161e2331093075647 (diff)
parent7051ba973da28f456659ced479c731a61a624a85 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/procps/patches/patch-proc_readproc_c')
-rw-r--r--package/procps/patches/patch-proc_readproc_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/procps/patches/patch-proc_readproc_c b/package/procps/patches/patch-proc_readproc_c
new file mode 100644
index 000000000..dd4868a69
--- /dev/null
+++ b/package/procps/patches/patch-proc_readproc_c
@@ -0,0 +1,10 @@
+--- procps-3.2.8.orig/proc/readproc.c 2006-06-16 10:18:13.000000000 +0200
++++ procps-3.2.8/proc/readproc.c 2013-12-23 16:58:19.000000000 +0100
+@@ -23,6 +23,7 @@
+ #include <unistd.h>
+ #include <signal.h>
+ #include <fcntl.h>
++#include <limits.h>
+ #include <sys/dir.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>