*** empty log message ***

svn path=/trunk/boinc/; revision=2339
This commit is contained in:
Karl Chen 2003-09-19 07:54:11 +00:00
parent 9bc73e38ba
commit f40d30ad41
3 changed files with 8 additions and 2 deletions

View File

@ -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 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 error and the resulting seti client links without error with the resulting
boinc libs. boinc libs.
Karl,Eric Heien 2003/09/18
- fixed some pre-ANSI C
sched/
transitioner.C
tools/
create_work.C

View File

@ -31,7 +31,7 @@ using namespace std;
#include <vector> #include <vector>
#include <unistd.h> #include <unistd.h>
#include <values.h> #include <limits.h>
#include <sys/time.h> #include <sys/time.h>
#include "boinc_db.h" #include "boinc_db.h"

View File

@ -52,7 +52,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <values.h>
#include "boinc_db.h" #include "boinc_db.h"
#include "crypt.h" #include "crypt.h"