patch-2.1.107 linux/arch/i386/boot/tools/build.c
Next file: linux/arch/i386/boot/video.S
Previous file: linux/arch/i386/boot/setup.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jun 24 14:30:08 1998
- Orig file:
v2.1.106/linux/arch/i386/boot/tools/build.c
- Orig date:
Wed May 20 19:10:37 1998
diff -u --recursive --new-file v2.1.106/linux/arch/i386/boot/tools/build.c linux/arch/i386/boot/tools/build.c
@@ -187,7 +187,7 @@
}
close(fd);
- if (lseek(1, 497, SEEK_SET) != 497) /* Write sizes to the bootsector */
+ if (lseek(1, 497, SEEK_SET) != 497) /* Write sizes to the boot sector */
die("Output: seek failed");
buf[0] = setup_sectors;
if (write(1, buf, 1) != 1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov