From: Mike Frysinger Date: Fri, 13 Apr 2007 11:19:39 +0000 (-0400) Subject: mount: do not treat arm/sparc specially. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cccadb2f7a842d3296cf5949892177b45946a72;p=util-linux mount: do not treat arm/sparc specially. Signed-off-by: Mike Frysinger Signed-off-by: Martin Schlemmer --- 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 -#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 */