summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch')
-rw-r--r--meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch b/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
index c656d073e3..00e6657e09 100644
--- a/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
+++ b/meta/recipes-extended/mdadm/files/mdadm-3.3.2_x32_abi_time_t.patch
@@ -5,13 +5,13 @@ Upstream-Status: Pending
5 5
6Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> 6Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
7 7
8Index: mdadm-3.3.4/monitor.c 8Index: mdadm-4.0/monitor.c
9=================================================================== 9===================================================================
10--- mdadm-3.3.4.orig/monitor.c 10--- mdadm-4.0.orig/monitor.c
11+++ mdadm-3.3.4/monitor.c 11+++ mdadm-4.0/monitor.c
12@@ -257,9 +257,12 @@ static int read_and_act(struct active_ar 12@@ -445,9 +445,12 @@ static int read_and_act(struct active_ar
13 mdi->curr_state = read_dev_state(mdi->state_fd); 13 if (FD_ISSET(mdi->bb_fd, fds))
14 } 14 check_for_cleared_bb(a, mdi);
15 } 15 }
16- 16-
17 gettimeofday(&tv, NULL); 17 gettimeofday(&tv, NULL);