From: Todd C. Miller Date: Fri, 9 Jan 2004 19:32:43 +0000 (+0000) Subject: I missed changing the EXEC macro -> EXECV here when I changed this in X-Git-Tag: SUDO_1_6_8~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5459af61d4e6f273285eaab6fae5c2ca3d05f396;p=sudo I missed changing the EXEC macro -> EXECV here when I changed this in config.h.in and sudo.c a while ago. --- diff --git a/configure.in b/configure.in index c730dd0f9..30b5368ad 100644 --- a/configure.in +++ b/configure.in @@ -2184,9 +2184,9 @@ AH_BOTTOM([/* #endif #ifdef USE_EXECV -# define EXEC execv +# define EXECV execv #else -# define EXEC execvp +# define EXECV execvp #endif /* USE_EXECV */ /* New ANSI-style OS defs for HP-UX and ConvexOS. */