Add the new patch

This commit is contained in:
Eric J.Chet 1998-12-23 01:34:26 +00:00
parent af919bdf4e
commit 09008b5fe3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15510

View File

@ -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 ----