mdadm: Use upstream fix for musl 1.1.23 compile
[openwrt/.git] / package / utils / mdadm / patches / 200-reduce_size.patch
index 3b6e87966634b02e3a4333cdeb98e322e1d0b5ae..6905c2ccfeed0e418225b153f9a1cf2ca6a420a5 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Incremental.c
 +++ b/Incremental.c
-@@ -1620,6 +1620,10 @@ static int Incremental_container(struct
+@@ -1619,6 +1619,10 @@ static int Incremental_container(struct
        if (ra_all == ra_blocked)
                return 0;
  
@@ -13,7 +13,7 @@
        memcpy(suuid, uuid_zero, sizeof(int[4]));
 --- a/util.c
 +++ b/util.c
-@@ -1221,7 +1221,9 @@ void wait_for(char *dev, int fd)
+@@ -1220,7 +1220,9 @@ void wait_for(char *dev, int fd)
  struct superswitch *superlist[] =
  {
        &super0, &super1,