From: Emil Velikov Date: Sun, 1 May 2016 12:48:10 +0000 (+0100) Subject: gbm: remove define _BSD_SOURCE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efe4beb717e62afd4ef5e560b81fbbec5f131371;p=mesa.git 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 --- 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 */ -#define _BSD_SOURCE #define _DEFAULT_SOURCE #include