]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use D_PARTISGPT rather than bare 255
authorimp <imp@FreeBSD.org>
Wed, 1 May 2019 05:42:13 +0000 (05:42 +0000)
committerimp <imp@FreeBSD.org>
Wed, 1 May 2019 05:42:13 +0000 (05:42 +0000)
commitc2d2307dd81677e7c6a145e2f844b1ddac0712cb
tree953bc58827f2a8e10f1bde94324d359c0df1a2bf
parentb79e2c5dca289d4854f8b9291cc83b10b7a3cad9
Use D_PARTISGPT rather than bare 255

These three cases dovetail with other places in the code where we use
or set D_PARTISGPT when we mean that the partitioning scheme is
GPT. Use this #define to make the code easier to undertand.

Reviewed by: tsoome@
Differential Revision: https://reviews.freebsd.org/D20122
stand/common/disk.c