Loading scripts/mod/modpost.c +3 −0 Original line number Diff line number Diff line Loading @@ -2333,6 +2333,9 @@ static void write_buf(struct buffer *b, const char *fname) { FILE *file; if (error_occurred) return; file = fopen(fname, "w"); if (!file) { perror(fname); Loading Loading
scripts/mod/modpost.c +3 −0 Original line number Diff line number Diff line Loading @@ -2333,6 +2333,9 @@ static void write_buf(struct buffer *b, const char *fname) { FILE *file; if (error_occurred) return; file = fopen(fname, "w"); if (!file) { perror(fname); Loading