diff options
author | 2014-07-13 16:50:25 +0000 | |
---|---|---|
committer | 2014-07-13 16:50:25 +0000 | |
commit | 97125e8b58c7747ea168d7d039f614ab2593b090 (patch) | |
tree | 28d71d10034528a5a13eab84aa3f57357a1a4df5 /sys | |
parent | Add iscsid_flags to rc.conf so we do not try to start iscsid all the time. (diff) | |
download | wireguard-openbsd-97125e8b58c7747ea168d7d039f614ab2593b090.tar.xz wireguard-openbsd-97125e8b58c7747ea168d7d039f614ab2593b090.zip |
GPTSIGNATURE must be LL, for operation on non-punk machines
ok punk
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/disklabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index 00c5c90e040..5b039816e82 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.62 2014/07/13 15:32:28 miod Exp $ */ +/* $OpenBSD: disklabel.h,v 1.63 2014/07/13 16:50:25 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.41 1996/05/10 23:07:37 mark Exp $ */ /* @@ -384,7 +384,7 @@ struct partinfo { /* GUID partition table -- located at sector 1 of some disks. */ #define GPTSECTOR 1 /* DOS boot block relative sector # */ -#define GPTSIGNATURE 0x5452415020494645 +#define GPTSIGNATURE 0x5452415020494645LL /* ASCII string "EFI PART" encoded as 64-bit */ #define GPTREVISION 0x10000 /* GPT header version 1.0 */ #define NGPTPARTITIONS 128 |