]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/util-linux-2.12r-umount-no-special.patch
Firewall: Fixed portfw-converter (rules where not converted correctly) And Standard...
[people/teissler/ipfire-2.x.git] / src / patches / util-linux-2.12r-umount-no-special.patch
1 --- util-linux-2.12r.old/mount/umount.c
2 +++ util-linux-2.12r/mount/umount.c
3 @@ -31,7 +31,7 @@
4 #include <arpa/inet.h>
5 #endif
6
7 -#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__)
8 +#if defined(MNT_FORCE)
9 /* Interesting ... it seems libc knows about MNT_FORCE and presumably
10 about umount2 as well -- need not do anything */
11 #else /* MNT_FORCE */