diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-09-03 02:10:09 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-03 02:10:09 +0000 |
| commit | 06b57b0e096b169e96e363151b867f99c7cd4877 (patch) | |
| tree | 95d1040f91a6dfbc5efa08f2abd404562dac8542 /sys/boot/i386/installboot/installboot.c | |
| parent | 9de9848b61e1f78985a975fe38bf0e24a42b868a (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/installboot/installboot.c')
| -rw-r--r-- | sys/boot/i386/installboot/installboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/installboot/installboot.c b/sys/boot/i386/installboot/installboot.c index a5bfd3b5b6da..12e75bc89883 100644 --- a/sys/boot/i386/installboot/installboot.c +++ b/sys/boot/i386/installboot/installboot.c @@ -59,7 +59,7 @@ #include "bbinfo.h" -#define DEFBBLKNAME "boot" +#define DEFBBLKNAME "loader" struct fraglist *fraglist; |
