From: deraadt Date: Sun, 13 Jul 2014 16:50:25 +0000 (+0000) Subject: GPTSIGNATURE must be LL, for operation on non-punk machines X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=97125e8b58c7747ea168d7d039f614ab2593b090;p=openbsd GPTSIGNATURE must be LL, for operation on non-punk machines ok punk --- 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