summaryrefslogtreecommitdiffstats
path: root/desktop/i3/add_HAVE_strndup.diff
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-30 16:23:40 +0100
committer Matteo Bernardini2021-01-30 16:23:40 +0100
commitc92ee29b17ad2239ce11ddd76134b199ef5a3ed2 (patch)
treeed33817b0ffbb52c85efc59a8ff7282182e7c0b5 /desktop/i3/add_HAVE_strndup.diff
parent2e286279c8e562590897ef95d592f0ce4edbce32 (diff)
downloadslackbuilds-current-20210130.1.tar.gz
20210130.1 global branch merge.current-20210130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/i3/add_HAVE_strndup.diff')
-rw-r--r--desktop/i3/add_HAVE_strndup.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/i3/add_HAVE_strndup.diff b/desktop/i3/add_HAVE_strndup.diff
deleted file mode 100644
index d780aec8d9..0000000000
--- a/desktop/i3/add_HAVE_strndup.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/libi3.h 2020-07-26 05:11:37.000000000 -0300
-+++ include/libi3.h 2020-09-20 18:15:40.063201808 -0300
-@@ -341,6 +341,8 @@
- */
- uint32_t get_colorpixel(const char *hex) __attribute__((const));
-
-+#define HAVE_strndup 1
-+
- #ifndef HAVE_strndup
- /**
- * Taken from FreeBSD