summaryrefslogtreecommitdiff
path: root/package/libssh/patches/patch-include_libssh_libssh_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/libssh/patches/patch-include_libssh_libssh_h')
-rw-r--r--package/libssh/patches/patch-include_libssh_libssh_h10
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 dc60939bf..000000000
--- a/package/libssh/patches/patch-include_libssh_libssh_h
+++ /dev/null
@@ -1,10 +0,0 @@
---- libssh-0.6.3.orig/include/libssh/libssh.h 2014-03-04 13:20:48.000000000 +0100
-+++ libssh-0.6.3/include/libssh/libssh.h 2014-03-14 09:07:03.304701842 +0100
-@@ -56,6 +56,7 @@
- typedef unsigned long long uint64_t;
- typedef int mode_t;
- #else /* _MSC_VER */
-+ #include <sys/types.h>
- #include <unistd.h>
- #include <inttypes.h>
- #endif /* _MSC_VER */