2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +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

@@ -17,7 +17,6 @@
* along with this program; if not, contact Novell, Inc.
*/
#define _GNU_SOURCE /* for strndup(3) */
#include <stdio.h>
#include <stdarg.h>
#include <string.h>