Update to upstream util-linux 2.20.1
[framework/base/util-linux-ng.git] / fdisk / fdiskbsdlabel.h
index 461c2ac..9f9e091 100644 (file)
@@ -224,7 +224,7 @@ static struct systypes xbsd_fstypes[] = {
        {BSD_FS_ADVFS,  "AdvFS"},
        { 0, NULL }
 };
-#define BSD_FSMAXTYPES (SIZE(xbsd_fstypes)-1)
+#define BSD_FSMAXTYPES (ARRAY_SIZE(xbsd_fstypes)-1)
 
 #endif