projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe4beb
)
gbm: remove define _DEFAULT_SOURCE
author
Emil Velikov
<emil.l.velikov@gmail.com>
Sun, 1 May 2016 12:48:11 +0000
(13:48 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 23 May 2016 11:09:11 +0000
(12:09 +0100)
The build systems already add this as applicable. There's no need to
have this in the source file.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gbm/main/gbm.c
patch
|
blob
|
history
diff --git
a/src/gbm/main/gbm.c
b/src/gbm/main/gbm.c
index 1cc0b9aea19571eacf3d8e5c5f26e6b0bcc0fa29..0f4657af7016f3245bfa6d9e8ce4003539a187d9 100644
(file)
--- a/
src/gbm/main/gbm.c
+++ b/
src/gbm/main/gbm.c
@@
-25,8
+25,6
@@
* Benjamin Franzke <benjaminfranzke@googlemail.com>
*/
-#define _DEFAULT_SOURCE
-
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>