aboutsummaryrefslogtreecommitdiffstats
path: root/community/entr/remove-strlcpy-compat.h.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-09-14 22:51:14 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-09-15 13:57:45 +0200
commite2b78eade2b2c848cd4ad10ce5bbd97b59a1a09f (patch)
tree32c5077020a057f7fcede81f89518fd6f5f2963c /community/entr/remove-strlcpy-compat.h.patch
parent03bb8d14be82456d04f3d3b0c4120b9093b1c633 (diff)
downloadaports-e2b78eade2b2c848cd4ad10ce5bbd97b59a1a09f.tar.bz2
aports-e2b78eade2b2c848cd4ad10ce5bbd97b59a1a09f.tar.xz
community/entr: update to 3.6
Diffstat (limited to 'community/entr/remove-strlcpy-compat.h.patch')
-rw-r--r--community/entr/remove-strlcpy-compat.h.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/entr/remove-strlcpy-compat.h.patch b/community/entr/remove-strlcpy-compat.h.patch
deleted file mode 100644
index ae2d271a1b..0000000000
--- a/community/entr/remove-strlcpy-compat.h.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- eradman-entr-c20e34ec153a/missing/compat.h
-+++ eradman-entr-c20e34ec153a/missing/compat.h.new
-@@ -4,11 +4,6 @@
- #define NOTE_TRUNCATE 0
- #endif
-
--#if defined(_LINUX_PORT)
--#include <sys/types.h>
--size_t strlcpy(char *to, const char *from, int l);
--#endif
--
- #if defined(_MACOS_PORT)
- #include <stdio.h>
- FILE *fmemopen(void *buf, size_t size, const char *mode);