*** empty log message ***

svn path=/trunk/boinc/; revision=11684
This commit is contained in:
Charlie Fenton 2006-12-15 05:57:13 +00:00
parent 46695c2155
commit e6df893bd9
2 changed files with 7 additions and 0 deletions

View File

@ -13466,3 +13466,9 @@ David 14 Dec 2006
util.C
tools/
updater.C
Charlie 14 Dec 2006
- Fix compiler warning.
lib/
util.C

View File

@ -1279,6 +1279,7 @@ int run_program(char* dir, char* file, int argc, char** argv) {
perror("execv");
}
#endif
return 0;
}
static int get_client_mutex(char* dir) {