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 | |
parent | Update to version 0.8.9. (diff) |
Add the new patch
Notes
Notes:
svn path=/head/; revision=15510
-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 ---- |