summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-10 18:22:23 +0000
committersteve <steve@FreeBSD.org>1999-01-10 18:22:23 +0000
commit01f82cbb960a34cf50498594778e196183aa8cae (patch)
treebce937178bc037dbbc77c54d3bf9adac9f40a0a2 /sys/boot
parent25aac378ca1679ecbf11f646ae9015babb85a75b (diff)
downloadFreeBSD-src-01f82cbb960a34cf50498594778e196183aa8cae.zip
FreeBSD-src-01f82cbb960a34cf50498594778e196183aa8cae.tar.gz
Remove redundant line of code.
PR: 9364 Submitted by: Daniel C. Sobral <dcs@newsguy.com>
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/libi386/biosdisk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c
index 8858d7b..8b102ae 100644
--- a/sys/boot/i386/libi386/biosdisk.c
+++ b/sys/boot/i386/libi386/biosdisk.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: biosdisk.c,v 1.18 1998/11/13 23:40:02 msmith Exp $
+ * $Id: biosdisk.c,v 1.19 1999/01/09 02:36:19 msmith Exp $
*/
/*
@@ -174,7 +174,6 @@ bd_init(void)
/* XXX we need "disk aliases" to make this simpler */
printf("BIOS drive %c: is disk%d\n",
(unit < 0x80) ? ('A' + unit) : ('C' + unit - 0x80), nbdinfo);
- bdinfo[nbdinfo].bd_unit = unit;
nbdinfo++;
}
}
OpenPOWER on IntegriCloud