summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/procps/files/procps-3.2.5-proc-mount.patch')
-rw-r--r--sys-process/procps/files/procps-3.2.5-proc-mount.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-process/procps/files/procps-3.2.5-proc-mount.patch b/sys-process/procps/files/procps-3.2.5-proc-mount.patch
new file mode 100644
index 000000000000..958ade4d6162
--- /dev/null
+++ b/sys-process/procps/files/procps-3.2.5-proc-mount.patch
@@ -0,0 +1,6 @@
+--- proc/readproc.c
++++ proc/readproc.c
+@@ -858,2 +858,2 @@
+ if(file2str("/proc/self", "stat", sbuf, sizeof sbuf) == -1){
+- fprintf(stderr, "Error, do this: mount -t proc none /proc\n");
++ fprintf(stderr, "Error, do this: mount -t proc proc /proc\n");