diff options
Diffstat (limited to 'sys/boot/common/disk.c')
-rw-r--r-- | sys/boot/common/disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/disk.c b/sys/boot/common/disk.c index 81902c0..6dad222 100644 --- a/sys/boot/common/disk.c +++ b/sys/boot/common/disk.c @@ -192,6 +192,7 @@ disk_readslicetab(struct disk_devdesc *dev, */ if (buf[0x1fe] != 0x55 || buf[0x1ff] != 0xaa) { DEBUG("no slice table/MBR (no magic)"); + rc = EEXIST; return (rc); } |