diff options
Diffstat (limited to 'lang/neko/files/patch-libs_std_md5.c')
-rw-r--r-- | lang/neko/files/patch-libs_std_md5.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/neko/files/patch-libs_std_md5.c b/lang/neko/files/patch-libs_std_md5.c deleted file mode 100644 index ebc3613a92f1..000000000000 --- a/lang/neko/files/patch-libs_std_md5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/std/md5.c.orig 2012-12-05 14:07:07.000000000 +0900 -+++ libs/std/md5.c 2012-12-05 14:07:20.000000000 +0900 -@@ -16,7 +16,7 @@ - /* ************************************************************************ */ - #include <neko.h> - #include <string.h> --#include "sha1.h" -+#include "../common/sha1.h" - - /** - <doc> |