Removed Exec function, now present in UniStd

git-svn-id: svn://ultimatepp.org/upp/trunk@2500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2010-06-24 08:16:49 +00:00
parent 43e98b0ab1
commit dcc5c44115

View file

@ -5,6 +5,7 @@
#include <sys/wait.h>
#define DEFAULT_PATH "/bin:/usr/bin:."
#if 0
static int execvpe(const char *file, char * const *argv, char * const *envp)
{
char path[PATH_MAX];
@ -60,6 +61,7 @@ static int execvpe(const char *file, char * const *argv, char * const *envp)
return -1;
}
#endif
#else
#include <process.h>
#endif