From a5d6ccdc2cc6f787a39c7989f2d477cd5d6177c9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 10 Nov 2015 18:34:39 +0100 Subject: [PATCH] Revert "headers: fix missing mode_t" I commited a patch file *headdesk* This reverts commit 378fcccc0ac914254151f69cebb47e9b2c06bd31. --- libssh/patches/002-musl_mode_t.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 libssh/patches/002-musl_mode_t.patch diff --git a/libssh/patches/002-musl_mode_t.patch b/libssh/patches/002-musl_mode_t.patch deleted file mode 100644 index a5975aca..00000000 --- a/libssh/patches/002-musl_mode_t.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/include/libssh/libssh.h -+++ b/include/libssh/libssh.h -@@ -58,6 +58,7 @@ - #else /* _MSC_VER */ - #include - #include -+ #include - #endif /* _MSC_VER */ - - #ifdef _WIN32