diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 18:51:12 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 18:51:12 +0100 |
commit | 6eaa49faddeef5ec086ad7c58e0cd591fb4400dc (patch) | |
tree | 5ae195f68181d792055042f4ec4722c6f823a0e9 /daemon/file.c | |
parent | b18961055531f0107ed4f62c0d2f28e4ac1270e0 (diff) | |
download | libguestfs-6eaa49faddeef5ec086ad7c58e0cd591fb4400dc.tar.gz libguestfs-6eaa49faddeef5ec086ad7c58e0cd591fb4400dc.tar.xz libguestfs-6eaa49faddeef5ec086ad7c58e0cd591fb4400dc.zip |
Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.
Diffstat (limited to 'daemon/file.c')
-rw-r--r-- | daemon/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/file.c b/daemon/file.c index 24398339..f910b947 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -18,8 +18,6 @@ #include <config.h> -#define _GNU_SOURCE /* for futimens(2) and getline(3) */ - #include <stdio.h> #include <stdlib.h> #include <string.h> |