summaryrefslogtreecommitdiff
path: root/mount
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-13 07:19:39 -0400
committerKarel Zak <kzak@redhat.com>2007-04-25 23:59:03 +0200
commit3cccadb2f7a842d3296cf5949892177b45946a72 (patch)
treec469bf430801a2e741c3ca95bb77e944f022d74a /mount
parent6b4d210d04492f926c5c21cfc609fb796c1b33f8 (diff)
downloadutil-linux-old-3cccadb2f7a842d3296cf5949892177b45946a72.tar.gz
mount: do not treat arm/sparc specially.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
Diffstat (limited to 'mount')
-rw-r--r--mount/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/umount.c b/mount/umount.c
index 65193057..25211051 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 */