]> git.ozlabs.org Git - ccan/blobdiff - ccan/tap/tap.c
iscsi, nfs, opt, tap: use config.h instead of defining _GNU_SOURCE.
[ccan] / ccan / tap / tap.c
index 9c92f7f21deb92c75ffe016f4c8e18a54b65f69b..6d3ba0db18923a3eadacdad294cbe1d38ef69884 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  */
-/* FIXME: The real fix is an asprintf module. */
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
+#include "config.h"
 #include <ctype.h>
 #include <stdarg.h>
 #include <stdio.h>