diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-13 07:19:39 -0400 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-04-25 23:59:03 +0200 |
commit | 3cccadb2f7a842d3296cf5949892177b45946a72 (patch) | |
tree | c469bf430801a2e741c3ca95bb77e944f022d74a /mount | |
parent | 6b4d210d04492f926c5c21cfc609fb796c1b33f8 (diff) | |
download | util-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.c | 2 |
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 */ |