mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
display: Remove _XOPEN_SOURCE definition
There is no gethostname call in this file. https://gitlab.gnome.org/GNOME/mutter/merge_requests/638
This commit is contained in:
parent
0185909ee3
commit
6055f04814
@ -28,8 +28,6 @@
|
|||||||
* The display is represented as a #MetaDisplay struct.
|
* The display is represented as a #MetaDisplay struct.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _XOPEN_SOURCE 600 /* for gethostname() */
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user