Commit e287c4cb authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

oops

parent d3f25d08
......@@ -265,7 +265,7 @@ void parse_device(dev_t dev)
FILE *file;
/* since v2.6.26 */
file = fopen("/proc/self/mountinfoX", "r");
file = fopen("/proc/self/mountinfo", "r");
if (!file)
goto old;
while (getline(&buf, &len, file) > 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment