aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/files/patch-ac12
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 ----