From 3cccadb2f7a842d3296cf5949892177b45946a72 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Apr 2007 07:19:39 -0400 Subject: mount: do not treat arm/sparc specially. Signed-off-by: Mike Frysinger Signed-off-by: Martin Schlemmer --- mount/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mount/umount.c') 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 -#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 */ -- cgit v1.2.3-55-g7522