1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/zebra-server/files/patch-aa
Dmitry Sivachenko 50fc7798af New port of Z39.50 server named 'zebra'.
This program has no relation to the existing net/zebra port.

PR:		21413
Reviewed by:	sobomax
Approved by:	sobomax
2000-11-16 20:12:12 +00:00

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)
{