diff options
author | Aaron Marcher <info@nulltime.net> | 2016-12-29 23:30:53 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2016-12-29 23:30:53 +0100 |
commit | b68925dbef2bcac96333e1f7cd3da7d2e4f67591 (patch) | |
tree | 1dbc3797c45cd72b29d1539108ef5c9b4c84d682 /slstatus.c | |
parent | d7fbcb3586de88bdd7a99ff25221646adf19a38e (diff) |
#undef strlcpy not needed anymore
Diffstat (limited to 'slstatus.c')
-rw-r--r-- | slstatus.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ #include <X11/Xlib.h> #undef strlcat -#undef strlcpy #include "extern/arg.h" #include "extern/strlcat.h" |