diff options
author | 2014-03-18 20:04:26 +0000 | |
---|---|---|
committer | 2014-03-18 20:04:26 +0000 | |
commit | 9dfb2155339f96dc8ae728b8ed63cf4144a9623f (patch) | |
tree | 341968a30302fb2e2f574e78a8f97a412acca552 | |
parent | More a.out detritus (diff) | |
download | wireguard-openbsd-9dfb2155339f96dc8ae728b8ed63cf4144a9623f.tar.xz wireguard-openbsd-9dfb2155339f96dc8ae728b8ed63cf4144a9623f.zip |
Sync built-in MBR with current (a.k.a. '2004 Version') of
/usr/mdec/mbr. Only one instruction changes, a 'cli' becomes 'sti'.
ok deraadt@ tedu@
-rw-r--r-- | sbin/fdisk/mbrcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/mbrcode.h b/sbin/fdisk/mbrcode.h index aef781e8476..9cff3cddce1 100644 --- a/sbin/fdisk/mbrcode.h +++ b/sbin/fdisk/mbrcode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbrcode.h,v 1.3 2004/01/07 00:38:39 tom Exp $ */ +/* $OpenBSD: mbrcode.h,v 1.4 2014/03/18 20:04:26 krw Exp $ */ /* * Copyright (c) 2000 Tobias Weingartner * All rights reserved. @@ -37,7 +37,7 @@ 0xe8, 0xaf, 0x00, 0xb2, 0x80, 0xbe, 0xbe, 0x01, 0xb9, 0x04, 0x00, 0x8a, 0x04, 0x3c, 0x80, 0x74, 0x0f, 0x83, 0xc6, 0x10, 0xe2, 0xf5, 0xbe, 0x6a, -0x01, 0xe8, 0x96, 0x00, 0xfa, 0xf4, 0xeb, 0xfc, +0x01, 0xe8, 0x96, 0x00, 0xfb, 0xf4, 0xeb, 0xfc, 0x88, 0xd0, 0x24, 0x0f, 0x04, 0x30, 0xa2, 0x27, 0x01, 0xb0, 0x34, 0x28, 0xc8, 0xa2, 0x34, 0x01, 0x56, 0xbe, 0x1a, 0x01, 0xf6, 0x06, 0xb4, 0x01, |