summaryrefslogtreecommitdiff
path: root/com32/menu/printmsg.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-10 22:52:36 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-10 22:52:36 -0800
commitd3f3133b05c3b60c9bcd4463c7d42ea3cd981a57 (patch)
treed2127608ea5b70174ddd7a35b3193c41bfb42395 /com32/menu/printmsg.c
parent830cd01e2135a4e6e9ef06d1680fe9cd5a066e74 (diff)
downloadsyslinux-d3f3133b05c3b60c9bcd4463c7d42ea3cd981a57.tar.gz
com32/*: move _GNU_SOURCE definitions into Makefiles
We need _GNU_SOURCE when compiling for Linux in enough places. Just move it to the LNXCFLAGS definition in the Makefiles.
Diffstat (limited to 'com32/menu/printmsg.c')
-rw-r--r--com32/menu/printmsg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/menu/printmsg.c b/com32/menu/printmsg.c
index e07e395a..5455b700 100644
--- a/com32/menu/printmsg.c
+++ b/com32/menu/printmsg.c
@@ -10,7 +10,6 @@
*
* ----------------------------------------------------------------------- */
-#define _GNU_SOURCE /* Needed for asprintf() on Linux */
#include <ctype.h>
#include <string.h>
#include <stdlib.h>