diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-16 08:12:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-06-16 08:12:06 +0000 |
| commit | 4ee9ad6b13d7263fe2859e34c7ea7201d1b5d4ef (patch) | |
| tree | 0e2ff45bf08c39bc10bb5ad07ebf603e3ab2a593 /sys/boot | |
| parent | d7c3bd4918756bd9a6f77c850eb63259b037e1fa (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/libi386/biosdisk.c | 1 | ||||
| -rw-r--r-- | sys/boot/pc98/libpc98/biosdisk.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index 25faefc329136..aeac2e38904c8 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -833,6 +833,7 @@ bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, siz return (0); default: /* DO NOTHING */ + break; } return EROFS; diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c index da774b21ea1b7..9b2a535055f09 100644 --- a/sys/boot/pc98/libpc98/biosdisk.c +++ b/sys/boot/pc98/libpc98/biosdisk.c @@ -343,6 +343,7 @@ bd_print(int verbose) line, verbose); break; default: + beak; } } #else @@ -988,6 +989,7 @@ bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, char *buf, siz return (0); default: /* DO NOTHING */ + beak; } return EROFS; |
