Author: baggins                      Date: Wed Mar 18 14:09:48 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- die, BSD, die!

---- Files affected:
SOURCES:
   dmraid-unsigned.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dmraid-unsigned.patch
diff -u /dev/null SOURCES/dmraid-unsigned.patch:1.1
--- /dev/null   Wed Mar 18 15:09:48 2009
+++ SOURCES/dmraid-unsigned.patch       Wed Mar 18 15:09:42 2009
@@ -0,0 +1,36 @@
+diff -ur dmraid/lib/activate/devmapper.c dmraid-diet/lib/activate/devmapper.c
+--- dmraid/lib/activate/devmapper.c    2008-06-20 18:03:04.000000000 +0200
++++ dmraid-diet/lib/activate/devmapper.c       2009-03-18 13:06:21.000000000 
+0100
+@@ -164,7 +164,7 @@
+  * Return 1 for sucess; 0 for failure*/
+ static int
+ dmraid_uuid(struct lib_context *lc, struct raid_set *rs,
+-          char *uuid, uint uuid_len)
++          char *uuid, unsigned int uuid_len)
+ {
+       int r;
+ 
+diff -ur dmraid/lib/metadata/reconfig.c dmraid-diet/lib/metadata/reconfig.c
+--- dmraid/lib/metadata/reconfig.c     2008-09-17 15:07:14.000000000 +0200
++++ dmraid-diet/lib/metadata/reconfig.c        2009-03-18 13:06:33.000000000 
+0100
+@@ -260,7 +260,7 @@
+ 
+ int
+ add_dev_to_array(struct lib_context *lc, struct raid_set *rs,
+-               uint build_metadata, struct raid_dev *hot_spare_rd)
++               unsigned int build_metadata, struct raid_dev *hot_spare_rd)
+ {
+       const char *set_name = lc->options[LC_REBUILD_SET].arg.str;
+       struct raid_dev *rd = NULL;
+diff -ur dmraid/tools/commands.c dmraid-diet/tools/commands.c
+--- dmraid/tools/commands.c    2008-06-20 22:25:33.000000000 +0200
++++ dmraid-diet/tools/commands.c       2009-03-18 13:06:42.000000000 +0100
+@@ -25,7 +25,7 @@
+ enum action action = UNDEF;
+ 
+ int add_dev_to_array(struct lib_context *lc, struct raid_set *rs,
+-                   uint build_metadata, struct raid_dev *hot_spare_rd);
++                   unsigned int build_metadata, struct raid_dev 
*hot_spare_rd);
+ 
+ /*
+  * Command line options.
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to