From: Todd C. Miller Date: Sat, 4 Sep 1993 19:30:18 +0000 (+0000) Subject: fixed ifndef -> ifdef X-Git-Tag: SUDO_1_3_0~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ccc94fc10283225206af5fa8c17671d4b6beadb;p=sudo fixed ifndef -> ifdef --- diff --git a/sudo.h b/sudo.h index 70449979d..7a77b1a85 100644 --- a/sudo.h +++ b/sudo.h @@ -218,7 +218,7 @@ YYSTYPE yylval; #define EXTRA_LIST 0x03 /* These are the functions that are called in sudo */ -#ifndef NEED_STRDUP +#ifdef NEED_STRDUP char *strdup(); #endif char *find_path();