blob: ae2d271a1b0d2f9f0ea470bc2d67f660ffd58a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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);
|