X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Frun.c;h=86830bac9b116212d28b34b5bee3401bd973db0e;hb=285e94ba2504552968aca42372b30b07e6d56a5e;hp=f3830edd659a3812105d265ce8d31f831ee86370;hpb=90a57cc641b0652187850356b66c2909f159897a;p=chise%2Fxemacs-chise.git diff --git a/lib-src/run.c b/lib-src/run.c index f3830ed..86830ba 100644 --- a/lib-src/run.c +++ b/lib-src/run.c @@ -121,7 +121,6 @@ int start_child(char* cmdline, int wait_for_child) { STARTUPINFO start; SECURITY_ATTRIBUTES sec_attrs; - SECURITY_DESCRIPTOR sec_desc; PROCESS_INFORMATION child; int retval; @@ -240,7 +239,6 @@ void process_execname(char *exec, const char* execname,const char* execpath ) char buf[MAX_PATH + FILENAME_MAX + 100]; int i,j; - int len = 0; /* * STARTS WITH / or \ * execpath NOT used @@ -625,7 +623,6 @@ char *pfopen(char *retval, const char *name, const char *dirs) char *ptr; char *tdirs; char returnval[MAX_PATH + FILENAME_MAX + 100]; - char *recursive_name; int foundit = FALSE; returnval[0] = '\0';