diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2018-11-29 18:37:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2018-11-29 18:37:48 +0000 |
commit | 55d5c949431ec940e16cd25f681c986bccce952b (patch) | |
tree | 9b0ab18efbe4cad38532e26dfe11dd4dfac1885f /stand/i386 | |
parent | c2c3992b391a88cbf64cf664108ef8b8cd5b7f8f (diff) | |
download | src-test2-55d5c949431ec940e16cd25f681c986bccce952b.tar.gz src-test2-55d5c949431ec940e16cd25f681c986bccce952b.zip |
Notes
Diffstat (limited to 'stand/i386')
-rw-r--r-- | stand/i386/libi386/biosdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/libi386/biosdisk.c b/stand/i386/libi386/biosdisk.c index ef2e3fb56e39..fa6f9e05fd07 100644 --- a/stand/i386/libi386/biosdisk.c +++ b/stand/i386/libi386/biosdisk.c @@ -646,7 +646,7 @@ bd_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, } if (V86_IO_BUFFER_SIZE / BD(dev).bd_sectorsize == 0) - panic("BUG: Real mode buffer is too small\n"); + panic("BUG: Real mode buffer is too small"); bbuf = PTOV(V86_IO_BUFFER); rest = size; |