diff options
Diffstat (limited to 'package/procps/patches/patch-proc_readproc_c')
-rw-r--r-- | package/procps/patches/patch-proc_readproc_c | 10 |
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> |