]> git.pld-linux.org Git - packages/dmraid.git/blob - dmraid-unsigned.patch
rediff patches
[packages/dmraid.git] / dmraid-unsigned.patch
1 --- dmraid/lib/activate/devmapper.c.orig        2013-10-16 17:54:02.540879810 +0200
2 +++ dmraid/lib/activate/devmapper.c     2013-10-16 18:24:23.520803391 +0200
3 @@ -164,7 +164,7 @@
4   * Return 1 for sucess; 0 for failure*/
5  static int
6  dmraid_uuid(struct lib_context *lc, struct raid_set *rs,
7 -           char *uuid, uint uuid_len, char *name)
8 +           char *uuid, unsigned int uuid_len, char *name)
9  {
10         int r;
11  
12 diff -ur dmraid/lib/metadata/reconfig.c dmraid-diet/lib/metadata/reconfig.c
13 --- dmraid/lib/metadata/reconfig.c      2008-09-17 15:07:14.000000000 +0200
14 +++ dmraid-diet/lib/metadata/reconfig.c 2009-03-18 13:06:33.000000000 +0100
15 @@ -260,7 +260,7 @@
16  
17  int
18  add_dev_to_array(struct lib_context *lc, struct raid_set *rs,
19 -                uint build_metadata, struct raid_dev *hot_spare_rd)
20 +                unsigned int build_metadata, struct raid_dev *hot_spare_rd)
21  {
22         const char *set_name = lc->options[LC_REBUILD_SET].arg.str;
23         struct raid_dev *rd = NULL;
24 diff -ur dmraid/tools/commands.c dmraid-diet/tools/commands.c
25 --- dmraid/tools/commands.c     2008-06-20 22:25:33.000000000 +0200
26 +++ dmraid-diet/tools/commands.c        2009-03-18 13:06:42.000000000 +0100
27 @@ -25,7 +25,7 @@
28  enum action action = UNDEF;
29  
30  int add_dev_to_array(struct lib_context *lc, struct raid_set *rs,
31 -                    uint build_metadata, struct raid_dev *hot_spare_rd);
32 +                    unsigned int build_metadata, struct raid_dev *hot_spare_rd);
33  
34  /*
35   * Command line options.
This page took 0.066103 seconds and 3 git commands to generate.