src/bsd.h: OpenBSD partition may contain more slices than FreeBSD one

This commit is contained in:
Christophe Grenier 2015-04-14 07:50:19 +02:00
parent 6705437287
commit 125e0241df

View file

@ -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 */