summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mount/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/umount.c b/mount/umount.c
index 651930573..252110510 100644
--- a/mount/umount.c
+++ b/mount/umount.c
@@ -29,7 +29,7 @@
#include "nfsmount.h"
#include <arpa/inet.h>
-#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__)
+#if defined(MNT_FORCE)
/* Interesting ... it seems libc knows about MNT_FORCE and presumably
about umount2 as well -- need not do anything */
#else /* MNT_FORCE */