aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk_osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdisk_osf.c')
-rw-r--r--util-linux/fdisk_osf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/fdisk_osf.c b/util-linux/fdisk_osf.c
index b89a2b2af..79be0cd0f 100644
--- a/util-linux/fdisk_osf.c
+++ b/util-linux/fdisk_osf.c
@@ -46,7 +46,8 @@
#if defined(i386) || defined(__sparc__) || defined(__arm__) \
|| defined(__m68k__) || defined(__mips__) || defined(__s390__) \
|| defined(__s390__) || defined(__s390x__) \
- || defined(__sh__) || defined(__x86_64__) || defined(__avr32__)
+ || defined(__sh__) || defined(__x86_64__) || defined(__avr32__) \
+ || defined(__nds32__)
# define BSD_LABELSECTOR 1
# define BSD_LABELOFFSET 0
#elif defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \