diff options
Diffstat (limited to 'init/bootchartd.c')
-rw-r--r-- | init/bootchartd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index 0929890a3..a5447c6ad 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -133,7 +133,7 @@ static void dump_file(FILE *fp, const char *filename) | |||
133 | static int dump_procs(FILE *fp, int look_for_login_process) | 133 | static int dump_procs(FILE *fp, int look_for_login_process) |
134 | { | 134 | { |
135 | struct dirent *entry; | 135 | struct dirent *entry; |
136 | DIR *dir = opendir("/proc"); | 136 | DIR *dir = xopendir("/proc"); |
137 | int found_login_process = 0; | 137 | int found_login_process = 0; |
138 | 138 | ||
139 | fputs(G.jiffy_line, fp); | 139 | fputs(G.jiffy_line, fp); |