raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=077474adcbfac8207877fe18ca4401fd8cdcafc2

commit 077474adcbfac8207877fe18ca4401fd8cdcafc2
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Nov 25 17:23:33 2014 +0900

    e - warning fix - fix SVID_SOURCE complaint warning
    
    reduces useless warnings so we see the real issues, not noise
---
 src/bin/e_sys_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c
index 38275c5..79f30ef 100644
--- a/src/bin/e_sys_main.c
+++ b/src/bin/e_sys_main.c
@@ -2,6 +2,8 @@
 
 #define __USE_MISC
 #define _SVID_SOURCE
+#define _DEFAULT_SOURCE
+
 #ifdef HAVE_FEATURES_H
 # include <features.h>
 #endif

-- 


Reply via email to