]> err.no Git - util-linux/commitdiff
mount: do not treat arm/sparc specially.
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Apr 2007 11:19:39 +0000 (07:19 -0400)
committerKarel Zak <kzak@redhat.com>
Wed, 25 Apr 2007 21:59:03 +0000 (23:59 +0200)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
mount/umount.c

index 6519305738bf059b2a530e66ceb2d285d9d68ab8..252110510be06329afe19636c638296cd69e48d4 100644 (file)
@@ -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 */