SOURCES: multipath-tools-llh.patch (NEW) - possible __kernel_old_d...

glen glen at pld-linux.org
Sun Oct 16 02:30:38 CEST 2005


Author: glen                         Date: Sun Oct 16 00:30:38 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- possible __kernel_old_dev_t typedef fix for alpha

---- Files affected:
SOURCES:
   multipath-tools-llh.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/multipath-tools-llh.patch
diff -u /dev/null SOURCES/multipath-tools-llh.patch:1.1
--- /dev/null	Sun Oct 16 02:30:38 2005
+++ SOURCES/multipath-tools-llh.patch	Sun Oct 16 02:30:32 2005
@@ -0,0 +1,11 @@
+--- ./kpartx/lopart.c~	2005-09-02 16:14:18.000000000 +0300
++++ ./kpartx/lopart.c	2005-10-16 03:29:28.000000000 +0300
+@@ -27,7 +27,7 @@
+ #include <sys/mman.h>
+ #include <sysmacros.h>
+ 
+-#if defined(__hppa__) || defined(__powerpc64__) || defined (__alpha__) \
++#if defined(__hppa__) || defined(__powerpc64__) \
+  || defined (__x86_64__)
+ typedef unsigned long __kernel_old_dev_t;
+ #elif defined(__powerpc__) || defined(__ia64__)
================================================================



More information about the pld-cvs-commit mailing list