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