2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

move -D_GNU_SOURCE to Makefile for parser_lex.l to gain it

Signed-Off-By: Kees Cook <kees.cook@canonical.com>
This commit is contained in:
John Johansen
2009-07-24 07:33:39 +00:00
parent 397ead10af
commit 0137b992b4
10 changed files with 1 additions and 12 deletions

View File

@@ -19,7 +19,6 @@
/* assistance routines */
#define _GNU_SOURCE /* for strndup */
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>