mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2339
This commit is contained in:
parent
9bc73e38ba
commit
f40d30ad41
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue