diff options
author | 2002-02-21 18:39:46 +0000 | |
---|---|---|
committer | 2002-02-21 18:39:46 +0000 | |
commit | 9a304ed432ddc7e4f05ba7a43d47dbe8f3682e6b (patch) | |
tree | 00b4c2328ef3c979310af41d1f0a2cdf7cfd95b0 | |
parent | Typo. Ok mickey@ (diff) | |
download | wireguard-openbsd-9a304ed432ddc7e4f05ba7a43d47dbe8f3682e6b.tar.xz wireguard-openbsd-9a304ed432ddc7e4f05ba7a43d47dbe8f3682e6b.zip |
Pasto. Ok mickey@
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index a40222424cb..e34419d43f4 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.S +++ b/sys/arch/i386/stand/biosboot/biosboot.S @@ -1,4 +1,4 @@ -/* $OpenBSD: biosboot.S,v 1.28 1998/07/04 08:56:41 deraadt Exp $ */ +/* $OpenBSD: biosboot.S,v 1.29 2002/02/21 18:39:46 tdeval Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner @@ -339,9 +339,6 @@ _block_table: . = 0x1b8 .space 4, 0 /* NT registry offset from James C. Cortilier III */ - . = DOSPARTOFF - .globl _partitions - /* throw in a partition in case we are block0 as well */ . = DOSPARTOFF .globl _partitions /* throw in a partition in case we are block0 as well */ |