This patch add the support to fdisk utility. Signed-off-by: Michal Simek <[email protected]> --- util-linux/fdisk_osf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c index 79be0cd..5706978 100644 --- a/util-linux/fdisk_osf.c +++ b/util-linux/fdisk_osf.c @@ -47,7 +47,7 @@ || defined(__m68k__) || defined(__mips__) || defined(__s390__) \ || defined(__s390__) || defined(__s390x__) \ || defined(__sh__) || defined(__x86_64__) || defined(__avr32__) \ - || defined(__nds32__) + || defined(__nds32__) || defined(__microblaze__) # define BSD_LABELSECTOR 1 # define BSD_LABELOFFSET 0 #elif defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \ -- 1.5.5.6 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
