diff options
author | Eric J.Chet <ejc@FreeBSD.org> | 1998-12-23 01:34:26 +0000 |
---|---|---|
committer | Eric J.Chet <ejc@FreeBSD.org> | 1998-12-23 01:34:26 +0000 |
commit | 09008b5fe33fa1d6ae1d302b32037e26b76bcd32 (patch) | |
tree | f6fbd6acb47ab4399983917b350b7b3602a79eea /devel/ORBacus | |
parent | af919bdf4e77a4d27ced509b58a8217674d0ae03 (diff) | |
download | ports-09008b5fe33fa1d6ae1d302b32037e26b76bcd32.tar.gz ports-09008b5fe33fa1d6ae1d302b32037e26b76bcd32.zip |
Add the new patch
Notes
Notes:
svn path=/head/; revision=15510
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/ORBacus/files/patch-ac b/devel/ORBacus/files/patch-ac new file mode 100644 index 000000000000..4b69cc919fdb --- /dev/null +++ b/devel/ORBacus/files/patch-ac @@ -0,0 +1,12 @@ +*** naming/src/NamingDatabase.cpp.orig Tue Dec 22 17:50:30 1998 +--- naming/src/NamingDatabase.cpp Tue Dec 22 17:51:16 1998 +*************** +*** 146,152 **** + // + int mode = O_WRONLY|O_APPEND; + #ifndef WIN32 +- mode |= O_SYNC; + #endif + if(create) + mode |= O_CREAT; +--- 146,151 ---- |