From bd854ac71fe7045b74accc57b5e1933b411033be Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 6 Jan 2016 17:05:46 +0000 Subject: Always use the compat functions --- compat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compat.h') diff --git a/compat.h b/compat.h index f619c16..f97a69b 100644 --- a/compat.h +++ b/compat.h @@ -1,8 +1,6 @@ -#ifdef COMPAT #undef strlcat size_t strlcat(char *, const char *, size_t); #undef strlcpy size_t strlcpy(char *, const char *, size_t); #undef reallocarray void *reallocarray(void *, size_t, size_t); -#endif -- cgit v1.2.3