SOURCES: util-linux-umount-sparc.patch (NEW) - new

adamg adamg at pld-linux.org
Wed Jul 23 00:40:40 CEST 2008


Author: adamg                        Date: Tue Jul 22 22:40:40 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   util-linux-umount-sparc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/util-linux-umount-sparc.patch
diff -u /dev/null SOURCES/util-linux-umount-sparc.patch:1.1
--- /dev/null	Wed Jul 23 00:40:41 2008
+++ SOURCES/util-linux-umount-sparc.patch	Wed Jul 23 00:40:35 2008
@@ -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 */
================================================================


More information about the pld-cvs-commit mailing list