open with O_CREAT _must_ have a mode argument. Also the Fd ctor can
authorMichael Matz <matz@suse.de>
Tue, 25 Nov 2008 19:20:25 +0000 (19:20 +0000)
committerMichael Matz <matz@suse.de>
Tue, 25 Nov 2008 19:20:25 +0000 (19:20 +0000)
commit1ceee802e0ff2d6520c847f7847f534cd26cc0ee
treec3c254d76659456948a147c3b1f82cfc629161af
parent12a30f53ccb7c9a4e042ac5a0a4a9f83dcc60f5d
open with O_CREAT _must_ have a mode argument.  Also the Fd ctor can
throw, which would propagate up and hence never would reach all the nice
fcntl() code.  Now this somewhat works.
zypp/base/Fd.cc
zypp/base/Fd.h
zypp/base/InterProcessMutex.cc