mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 boot build fix from Ingo Molnar: "Small fixlet for the build process" * 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot: Close opened file descriptor
This commit is contained in:
commit
5f16a8cf2d
@ -243,6 +243,7 @@ static void parse_zoffset(char *fname)
|
|||||||
c = fread(buf, 1, sizeof(buf) - 1, file);
|
c = fread(buf, 1, sizeof(buf) - 1, file);
|
||||||
if (ferror(file))
|
if (ferror(file))
|
||||||
die("read-error on `zoffset.h'");
|
die("read-error on `zoffset.h'");
|
||||||
|
fclose(file);
|
||||||
buf[c] = 0;
|
buf[c] = 0;
|
||||||
|
|
||||||
p = (char *)buf;
|
p = (char *)buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user