hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/block/partitions/osf.c
....@@ -9,9 +9,9 @@
99 */
1010
1111 #include "check.h"
12
-#include "osf.h"
1312
1413 #define MAX_OSF_PARTITIONS 18
14
+#define DISKLABELMAGIC (0x82564557UL)
1515
1616 int osf_partition(struct parsed_partitions *state)
1717 {