diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-18 20:19:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-18 20:19:18 +0200 |
commit | 441871e327e4ea38a673597bd8addee3ed0e47ed (patch) | |
tree | 6254a25451b985d2b51735fca790540bb2149187 /package/libssh/patches/patch-include_libssh_libssh_h | |
parent | 321153e48120f72cee4969bf6a91cf3bcb9bb07d (diff) |
libssh: update to 0.11.0
Diffstat (limited to 'package/libssh/patches/patch-include_libssh_libssh_h')
-rw-r--r-- | package/libssh/patches/patch-include_libssh_libssh_h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/libssh/patches/patch-include_libssh_libssh_h b/package/libssh/patches/patch-include_libssh_libssh_h deleted file mode 100644 index 39310ba16..000000000 --- a/package/libssh/patches/patch-include_libssh_libssh_h +++ /dev/null @@ -1,10 +0,0 @@ ---- libssh-0.9.5.orig/include/libssh/libssh.h 2020-09-10 14:43:02.000000000 +0200 -+++ libssh-0.9.5/include/libssh/libssh.h 2021-03-01 23:52:22.358253014 +0100 -@@ -58,6 +58,7 @@ - typedef unsigned long long uint64_t; - typedef int mode_t; - #else /* _MSC_VER */ -+ #include <sys/types.h> - #include <unistd.h> - #include <inttypes.h> - #include <sys/types.h> |