From 8f86ee9578264cf7ead4e5f59fa5fc0636be4d9a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 7 Jan 2003 08:11:16 +0000 Subject: [PATCH] linux compile svn path=/trunk/boinc/; revision=798 --- sched/assimilator.C | 20 ++++++++++++++++++++ sched/feeder.C | 1 + sched/file_deleter.C | 23 +++++++++++++++++++++++ sched/file_upload_handler.C | 1 + 4 files changed, 45 insertions(+) diff --git a/sched/assimilator.C b/sched/assimilator.C index ef045cf42a..ff7a408183 100644 --- a/sched/assimilator.C +++ b/sched/assimilator.C @@ -1,6 +1,26 @@ +// The contents of this file are subject to the Mozilla Public License +// Version 1.0 (the "License"); you may not use this file except in +// compliance with the License. You may obtain a copy of the License at +// http://www.mozilla.org/MPL/ +// +// Software distributed under the License is distributed on an "AS IS" +// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the +// License for the specific language governing rights and limitations +// under the License. +// +// The Original Code is the Berkeley Open Infrastructure for Network Computing. +// +// The Initial Developer of the Original Code is the SETI@home project. +// Portions created by the SETI@home project are Copyright (C) 2002 +// University of California at Berkeley. All Rights Reserved. +// +// Contributor(s): +// + #include #include #include +#include #include "db.h" #include "parse.h" diff --git a/sched/feeder.C b/sched/feeder.C index 82e572bcd4..4e7fd6f1d9 100644 --- a/sched/feeder.C +++ b/sched/feeder.C @@ -47,6 +47,7 @@ #include #include #include +#include #if HAVE_UNISTD_H #include #endif diff --git a/sched/file_deleter.C b/sched/file_deleter.C index 1629c69858..3a0a73b274 100644 --- a/sched/file_deleter.C +++ b/sched/file_deleter.C @@ -1,5 +1,28 @@ +// The contents of this file are subject to the Mozilla Public License +// Version 1.0 (the "License"); you may not use this file except in +// compliance with the License. You may obtain a copy of the License at +// http://www.mozilla.org/MPL/ +// +// Software distributed under the License is distributed on an "AS IS" +// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the +// License for the specific language governing rights and limitations +// under the License. +// +// The Original Code is the Berkeley Open Infrastructure for Network Computing. +// +// The Initial Developer of the Original Code is the SETI@home project. +// Portions created by the SETI@home project are Copyright (C) 2002 +// University of California at Berkeley. All Rights Reserved. +// +// Contributor(s): +// + + +// file_deleter: deletes files that are no longer needed + #include #include +#include #include #include "db.h" diff --git a/sched/file_upload_handler.C b/sched/file_upload_handler.C index 3941be4111..fec56d459d 100644 --- a/sched/file_upload_handler.C +++ b/sched/file_upload_handler.C @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include