boinc/dcapi/local
a.visegradi 59b4837ea7 Fix compile error.
call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments

Reason (man 2 open):

     [mode] argument must be supplied when O_CREAT is specified in flags.

Solution: Create file with rw-rw-r-- mode.

git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@2596 a7169a2c-3604-0410-bc95-c702d8d87f7a
2013-12-02 11:10:03 +01:00
..
Makefile.am Adding new public function DC_addWUInputAdvanced to support the definition of physical file name and its hash. 2013-12-02 11:09:58 +01:00
dcapi-local-client.pc.in
dcapi-local-master.pc.in
local_client.c
local_common.c Remove references to Condor from the local backend 2013-12-02 11:09:57 +01:00
local_common.h Remove references to Condor from the local backend 2013-12-02 11:09:57 +01:00
local_events.c Remove references to Condor from the local backend 2013-12-02 11:09:57 +01:00
local_master.c Fix compile error. 2013-12-02 11:10:03 +01:00
local_master.h - Fix typo: DC_LogicalFile does not exist. 2013-12-02 11:09:59 +01:00
local_result.c
local_result.h
local_utils.c
local_utils.h Remove references to Condor from the local backend 2013-12-02 11:09:57 +01:00
local_wu.c
local_wu.h