Files
core/system/base/procps/files/procps-3.2.5-proc-mount.patch
T
2015-02-24 11:18:35 +02:00

7 lines
274 B
Diff

--- a/proc/readproc.c
+++ b/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");