summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-10 13:24:15 -0400
committerColin Walters <walters@verbum.org>2013-07-10 13:25:35 -0400
commit124416d8328866ab54cb8332b56f50993c0f96cf (patch)
tree25f39ada59638298499fe8c6316602eb8104e135 /src/ostree/ot-admin-functions.c
parent8cb348315eff81456b1e0b70c554558b4128df06 (diff)
downloadostree-124416d8328866ab54cb8332b56f50993c0f96cf.tar.gz
Use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE
It's less copy/paste, works everywhere, etc. Also fix some missing #include "config.h".
Diffstat (limited to 'src/ostree/ot-admin-functions.c')
-rw-r--r--src/ostree/ot-admin-functions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ostree/ot-admin-functions.c b/src/ostree/ot-admin-functions.c
index 3780c2a9..4c3cb49d 100644
--- a/src/ostree/ot-admin-functions.c
+++ b/src/ostree/ot-admin-functions.c
@@ -20,7 +20,6 @@
* Author: Colin Walters <walters@verbum.org>
*/
-#define _GNU_SOURCE
#include "config.h"
#include "ot-admin-functions.h"