From: Nicholas Nethercote Date: Mon, 14 Jun 2004 11:56:59 +0000 (+0000) Subject: Unbreak compilation due to missing #define. X-Git-Tag: svn/VALGRIND_2_1_2~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89b31fc986665eb6c9e0cb511398ca4ceef430d;p=thirdparty%2Fvalgrind.git Unbreak compilation due to missing #define. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2413 --- diff --git a/coregrind/stage1.c b/coregrind/stage1.c index 389e2c65fc..9baf531dd6 100644 --- a/coregrind/stage1.c +++ b/coregrind/stage1.c @@ -134,7 +134,9 @@ static void *fix_auxv(void *v_init_esp, const struct exeinfo *info) break; case AT_SYSINFO: +#ifdef AT_SYSINFO_EHDR case AT_SYSINFO_EHDR: +#endif auxv->a_type = AT_IGNORE; break; }