diff options
author | 1997-08-29 21:16:48 +0000 | |
---|---|---|
committer | 1997-08-29 21:16:48 +0000 | |
commit | 2d7074904efcb21dfbaa906d16a244eeb42e6064 (patch) | |
tree | 90216a6e338a4d5c7dfef3390e982b1a604d27d7 | |
parent | regen for prefix ntp system calls with sys_ like other system calls (diff) | |
download | wireguard-openbsd-2d7074904efcb21dfbaa906d16a244eeb42e6064.tar.xz wireguard-openbsd-2d7074904efcb21dfbaa906d16a244eeb42e6064.zip |
use symbolic name for signature value
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S index 0f7eb34bd7b..bf9c238ec4f 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.17 1997/08/29 20:10:56 mickey Exp $ */ +/* $OpenBSD: biosboot.S,v 1.18 1997/08/29 21:16:48 mickey Exp $ */ .file "bootbios.S" @@ -338,4 +338,4 @@ _partitions: . = 0x200 - 2 /* a little signature */ - .word 0xaa55 + .word DOSMBR_SIGNATURE |