summaryrefslogtreecommitdiffstats
path: root/src/gbm/main
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-05-01 13:48:10 +0100
committerEmil Velikov <[email protected]>2016-05-23 12:09:11 +0100
commitefe4beb717e62afd4ef5e560b81fbbec5f131371 (patch)
treedbefde1503fb667f7b5b9ea60124fdc8ca394f16 /src/gbm/main
parenta6ce91fe526a5dee4c79b9deffac6829d22dd805 (diff)
gbm: remove define _BSD_SOURCE
The build systems already add this as applicable. There's no need to have this in the source file. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/main')
-rw-r--r--src/gbm/main/gbm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index b0cab5129a1..1cc0b9aea19 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -25,7 +25,6 @@
* Benjamin Franzke <[email protected]>
*/
-#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <stddef.h>