]> granicus.if.org Git - sudo/commitdiff
I missed changing the EXEC macro -> EXECV here when I changed this in
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 19:32:43 +0000 (19:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 19:32:43 +0000 (19:32 +0000)
config.h.in and sudo.c a while ago.

configure.in

index c730dd0f96a5e2cd6f407c28aef64ee9cb52e44b..30b5368ad1726ebc6b1a4d91f986dc8148139b57 100644 (file)
@@ -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. */