1
1

Fix compiler warning. I am not sure how this got

passed us, but thanks to Jeff Squyres for pointing it out.

This commit was SVN r13501.
Этот коммит содержится в:
Rolf vandeVaart 2007-02-05 22:03:58 +00:00
родитель 74e3b68ce8
Коммит dcce8c739c

Просмотреть файл

@ -269,13 +269,14 @@ static int orte_clean_init(void) {
*/
static
void kill_procs(void) {
int ortedpid, orunpid;
int ortedpid;
char procname[MAXPATHLEN]; /* only really need 8, but being safe */
char pidstr[MAXPATHLEN]; /* only really need 8, but being safe */
char user[MAXPATHLEN];
int procpid;
FILE *psfile;
bool kill_orteruns = false;
int orunpid = 0;
/*
* This is the command that is used to get the information about