From: Aaron Marcher Date: Thu, 29 Dec 2016 22:30:53 +0000 (+0100) Subject: #undef strlcpy not needed anymore X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/b68925dbef2bcac96333e1f7cd3da7d2e4f67591?ds=inline;hp=-c #undef strlcpy not needed anymore --- b68925dbef2bcac96333e1f7cd3da7d2e4f67591 diff --git a/slstatus.c b/slstatus.c index 46e13c9..1f5a3b2 100644 --- a/slstatus.c +++ b/slstatus.c @@ -26,7 +26,6 @@ #include #undef strlcat -#undef strlcpy #include "extern/arg.h" #include "extern/strlcat.h"