summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch')
-rw-r--r--meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch b/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
index 8895adad74..2379de84f2 100644
--- a/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
+++ b/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
@@ -1,4 +1,4 @@
1From 651425fced0691d9063fe417388ba6ca1c38c40b Mon Sep 17 00:00:00 2001 1From 2beb35c34c45320144f37b12ef4d72fb8734280e Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 29 Aug 2022 19:53:28 -0700 3Date: Mon, 29 Aug 2022 19:53:28 -0700
4Subject: [PATCH] Add missing prototypes to function declarations 4Subject: [PATCH] Add missing prototypes to function declarations
@@ -15,7 +15,6 @@ Fixes errors like
15 15
16Upstream-Status: Submitted [https://lists.samba.org/archive/rsync/2022-August/032858.html] 16Upstream-Status: Submitted [https://lists.samba.org/archive/rsync/2022-August/032858.html]
17Signed-off-by: Khem Raj <raj.khem@gmail.com> 17Signed-off-by: Khem Raj <raj.khem@gmail.com>
18
19--- 18---
20 checksum.c | 2 +- 19 checksum.c | 2 +-
21 exclude.c | 2 +- 20 exclude.c | 2 +-
@@ -30,10 +29,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
30 10 files changed, 12 insertions(+), 13 deletions(-) 29 10 files changed, 12 insertions(+), 13 deletions(-)
31 30
32diff --git a/checksum.c b/checksum.c 31diff --git a/checksum.c b/checksum.c
33index 60de365..67a9e16 100644 32index cb21882..736818b 100644
34--- a/checksum.c 33--- a/checksum.c
35+++ b/checksum.c 34+++ b/checksum.c
36@@ -778,7 +778,7 @@ static void verify_digest(struct name_num_item *nni, BOOL check_auth_list) 35@@ -779,7 +779,7 @@ static void verify_digest(struct name_num_item *nni, BOOL check_auth_list)
37 } 36 }
38 #endif 37 #endif
39 38
@@ -43,7 +42,7 @@ index 60de365..67a9e16 100644
43 #if defined SUPPORT_XXH3 || defined USE_OPENSSL 42 #if defined SUPPORT_XXH3 || defined USE_OPENSSL
44 struct name_num_item *nni; 43 struct name_num_item *nni;
45diff --git a/exclude.c b/exclude.c 44diff --git a/exclude.c b/exclude.c
46index ffe55b1..a85ea76 100644 45index 87edbcf..ae0de2f 100644
47--- a/exclude.c 46--- a/exclude.c
48+++ b/exclude.c 47+++ b/exclude.c
49@@ -363,7 +363,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end) 48@@ -363,7 +363,7 @@ void implied_include_partial_string(const char *s_start, const char *s_end)
@@ -96,10 +95,10 @@ index e4ba1cc..8482b71 100644
96 int options = LOG_PID; 95 int options = LOG_PID;
97 96
98diff --git a/main.c b/main.c 97diff --git a/main.c b/main.c
99index d2a7b9b..c50af45 100644 98index 0c60b86..4bc664a 100644
100--- a/main.c 99--- a/main.c
101+++ b/main.c 100+++ b/main.c
102@@ -244,7 +244,7 @@ void read_del_stats(int f) 101@@ -246,7 +246,7 @@ void read_del_stats(int f)
103 stats.deleted_files += stats.deleted_specials = read_varint(f); 102 stats.deleted_files += stats.deleted_specials = read_varint(f);
104 } 103 }
105 104