]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 22 Jul 2008 22:40:35 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-umount-sparc.patch -> 1.1

util-linux-umount-sparc.patch [new file with mode: 0644]

diff --git a/util-linux-umount-sparc.patch b/util-linux-umount-sparc.patch
new file mode 100644 (file)
index 0000000..3a79402
--- /dev/null
@@ -0,0 +1,13 @@
+http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2007-April/140647.html
+
+--- util-linux-2.12r/mount/umount.c~   2008-07-22 14:48:56.041210276 +0000
++++ util-linux-2.12r/mount/umount.c    2008-07-22 22:34:56.452372763 +0000
+@@ -32,7 +32,7 @@
+ #include <arpa/inet.h>
+ #endif
+-#if defined(MNT_FORCE) && !defined(__sparc__) && !defined(__arm__)
++#if defined(MNT_FORCE) && !defined(__arm__)
+ /* Interesting ... it seems libc knows about MNT_FORCE and presumably
+    about umount2 as well -- need not do anything */
+ #else /* MNT_FORCE */
This page took 0.127877 seconds and 4 git commands to generate.