From b68925dbef2bcac96333e1f7cd3da7d2e4f67591 Mon Sep 17 00:00:00 2001
From: Aaron Marcher <info@nulltime.net>
Date: Thu, 29 Dec 2016 23:30:53 +0100
Subject: [PATCH] #undef strlcpy not needed anymore

---
 slstatus.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/slstatus.c b/slstatus.c
index 46e13c9..1f5a3b2 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -26,7 +26,6 @@
 #include <X11/Xlib.h>
 
 #undef strlcat
-#undef strlcpy
 
 #include "extern/arg.h"
 #include "extern/strlcat.h"