summaryrefslogtreecommitdiff
path: root/devel/ORBacus/files/patch-ac
blob: 4b69cc919fdb30ce19f27d53eae8e9984e836da8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 ----