projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20e59c
)
Remove SYNC
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 2 Jun 2002 19:28:53 +0000
(19:28 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 2 Jun 2002 19:28:53 +0000
(19:28 +0000)
index/lockutil.c
patch
|
blob
|
history
diff --git
a/index/lockutil.c
b/index/lockutil.c
index
cbfbb97
..
24d4d21
100644
(file)
--- a/
index/lockutil.c
+++ b/
index/lockutil.c
@@
-3,7
+3,7
@@
* All rights reserved.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: lockutil.c,v 1.15 2002-04-04 14:14:13 adam Exp $
+ * $Id: lockutil.c,v 1.16 2002-06-02 19:28:53 adam Exp $
*/
#include <stdio.h>
#include <assert.h>
@@
-76,7
+76,7
@@
ZebraLockHandle zebra_lock_create (const char *dir,
(O_BINARY|O_CREAT|O_RDWR), 0666);
#else
h->fd= open (fname, ((h->excl_flag > 1) ? O_EXCL : 0)|
- (O_BINARY|O_CREAT|O_RDWR|O_SYNC), 0666);
+ (O_BINARY|O_CREAT|O_RDWR), 0666);
#endif
if (h->fd == -1)
{