From 125e0241dff3acf8afc765195f09a393fd55f7cd Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Tue, 14 Apr 2015 07:50:19 +0200 Subject: [PATCH] src/bsd.h: OpenBSD partition may contain more slices than FreeBSD one --- src/bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bsd.h b/src/bsd.h index 5739b12e..1a148075 100644 --- a/src/bsd.h +++ b/src/bsd.h @@ -149,7 +149,7 @@ struct disklabel { } __partition_u1; #define p_cpg __partition_u1.cpg #define p_sgs __partition_u1.sgs - } d_partitions[BSD_MAXPARTITIONS]; /* actually may be more */ + } d_partitions[OPENBSD_MAXPARTITIONS]; /* actually may be more */ }; #define TST_FS_UNUSED 0 /* unused */ #define TST_FS_SWAP 1 /* swap */