From: Aaron Marcher Date: Thu, 29 Dec 2016 22:30:53 +0000 (+0100) Subject: #undef strlcpy not needed anymore X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=b68925dbef2bcac96333e1f7cd3da7d2e4f67591;p=suckless%2Fslstatus.git #undef strlcpy not needed anymore --- 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"