From 3a310f92ab619cf8afcb99486bc91b49c7989791 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 25 Nov 2018 12:12:48 +0100 Subject: Replace _XOPEN_SOURCE with _POSIX_C_SOURCE And make sure we don't define both in the same source file. --- swaylock/password.c | 1 - 1 file changed, 1 deletion(-) (limited to 'swaylock/password.c') diff --git a/swaylock/password.c b/swaylock/password.c index 6138e1fe..db8ecaeb 100644 --- a/swaylock/password.c +++ b/swaylock/password.c @@ -1,4 +1,3 @@ -#define _XOPEN_SOURCE 500 #include #include #include -- cgit v1.2.3-54-g00ecf