summarylogtreecommitdiffstats
path: root/0002-Fix-missing-prototype-error.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-08 18:55:46 -0300
committerGonzalo Exequiel Pedone2024-03-08 18:55:46 -0300
commitd7f939e9020721bf348289329cc4ebb6b5492294 (patch)
tree85804961f629e2f07b95182c83f79109a2924520 /0002-Fix-missing-prototype-error.patch
parentf8b1ff37394cd2c9238c43838918f023a6b156d4 (diff)
downloadaur-d7f939e9020721bf348289329cc4ebb6b5492294.tar.gz
Package updated to 0.10.6.
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;
-