From e6df893bd9f40d2e57ec2ba4f04d86227d1c9cd6 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 15 Dec 2006 05:57:13 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11684 --- checkin_notes | 6 ++++++ lib/util.C | 1 + 2 files changed, 7 insertions(+) diff --git a/checkin_notes b/checkin_notes index 3ed7f462c2..06fe530bdd 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13466,3 +13466,9 @@ David 14 Dec 2006 util.C tools/ updater.C + +Charlie 14 Dec 2006 + - Fix compiler warning. + + lib/ + util.C diff --git a/lib/util.C b/lib/util.C index af7c0cc849..773e39e3f9 100755 --- a/lib/util.C +++ b/lib/util.C @@ -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) {