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"