50fc7798af
This program has no relation to the existing net/zebra port. PR: 21413 Reviewed by: sobomax Approved by: sobomax
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
--- index/lockutil.c.orig Sat Sep 16 14:24:25 2000
|
|
+++ index/lockutil.c Sat Sep 16 14:24:40 2000
|
|
@@ -79,7 +79,7 @@
|
|
(O_BINARY|O_CREAT|O_RDWR), 0666);
|
|
#else
|
|
h->fd= open (name, ((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)
|
|
{
|