On Sun, Jun 08, 2014 at 03:32:48PM +0200, Ruediger Meier wrote: > 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 What would be the harm on defining this for platforms which don't include it? Why is a partition type excluded from this architecture? > 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 -- 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