From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Reported-by: Tobias Klausmann <klausman@xxxxxxxxxxxxxxx> Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- libfdisk/src/bsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfdisk/src/bsd.c b/libfdisk/src/bsd.c index a81afd2..df0fc13 100644 --- a/libfdisk/src/bsd.c +++ b/libfdisk/src/bsd.c @@ -773,8 +773,10 @@ static int bsd_translate_fstype (int linux_type) case 0x06: /* DOS 16-bit >=32M */ case 0xe1: /* DOS access */ case 0xe3: /* DOS R/O */ +#if !defined (__alpha__) case 0xf2: /* DOS secondary */ return BSD_FS_MSDOS; +#endif case 0x07: /* OS/2 HPFS */ return BSD_FS_HPFS; default: -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html