aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:01:20 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:01:20 +0100
commit2bac6229d35e0ece9d560c4f028126a8270e1936 (patch)
tree46e31233950c7cceadf9d81ac3eb635297e3adb2
parentb0866e9352ea65ce1c32c52d20f9c808a7c24722 (diff)
downloadmkinitcpio-ykfde-2bac6229d35e0ece9d560c4f028126a8270e1936.tar.gz
mkinitcpio-ykfde-2bac6229d35e0ece9d560c4f028126a8270e1936.tar.zst
remove macro, this works with gcc option -std=gnu11
-rw-r--r--bin/ykfde-cpio.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/ykfde-cpio.c b/bin/ykfde-cpio.c
index 79bc07a..2320e67 100644
--- a/bin/ykfde-cpio.c
+++ b/bin/ykfde-cpio.c
@@ -8,13 +8,6 @@
* $ gcc -o mkcpio mkcpio.c -larchive
*/
-#ifndef _XOPEN_SOURCE
-# define _XOPEN_SOURCE
-# ifndef _XOPEN_SOURCE_EXTENDED
-# define _XOPEN_SOURCE_EXTENDED
-# endif
-#endif
-
#include <dirent.h>
#include <fcntl.h>
#include <stdio.h>