From f40d30ad4131f21d5856a7bf770e4e6af60a5764 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 19 Sep 2003 07:54:11 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2339 --- checkin_notes | 7 +++++++ sched/transitioner.C | 2 +- tools/create_work.C | 1 - 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 97bc9773a1..195bcb3b95 100755 --- a/checkin_notes +++ b/checkin_notes @@ -6281,3 +6281,10 @@ No code changes. This is the branch point for the seti beta. The tag is: for both seti_boinc and boinc. They both make on solaris without serious error and the resulting seti client links without error with the resulting boinc libs. + +Karl,Eric Heien 2003/09/18 + - fixed some pre-ANSI C + sched/ + transitioner.C + tools/ + create_work.C diff --git a/sched/transitioner.C b/sched/transitioner.C index e94bf63dd2..3bed227edd 100644 --- a/sched/transitioner.C +++ b/sched/transitioner.C @@ -31,7 +31,7 @@ using namespace std; #include #include -#include +#include #include #include "boinc_db.h" diff --git a/tools/create_work.C b/tools/create_work.C index 7c1d04f685..7e5d0d8e9f 100644 --- a/tools/create_work.C +++ b/tools/create_work.C @@ -52,7 +52,6 @@ #include #include #include -#include #include "boinc_db.h" #include "crypt.h"