summarylogtreecommitdiffstats
path: root/0002-Fix-missing-prototype-error.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Fix-missing-prototype-error.patch')
-rw-r--r--0002-Fix-missing-prototype-error.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/0002-Fix-missing-prototype-error.patch b/0002-Fix-missing-prototype-error.patch
deleted file mode 100644
index 671d5f2bb0d0..000000000000
--- a/0002-Fix-missing-prototype-error.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/init.c 2021-03-15 04:11:33.000000000 -0300
-+++ b/src/init.c 2024-01-16 17:47:40.548501135 -0300
-@@ -269,7 +269,7 @@
- *
- * @see ssh_init()
- */
--bool is_ssh_initialized() {
-+bool is_ssh_initialized(void) {
-
- bool is_initialized = false;
-