diff options
author | demon <demon@FreeBSD.org> | 2000-11-16 20:12:12 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2000-11-16 20:12:12 +0000 |
commit | d9bac80d3997352eeed5406e5fa5628cc39a3e34 (patch) | |
tree | 914bd6970c3c9c875959af70938f6f6dbb7a4ac8 /net/zebra-server/files/patch-aa | |
parent | eef4deacf445d291803277e0676d4995fb77da03 (diff) | |
download | FreeBSD-ports-d9bac80d3997352eeed5406e5fa5628cc39a3e34.zip FreeBSD-ports-d9bac80d3997352eeed5406e5fa5628cc39a3e34.tar.gz |
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
Diffstat (limited to 'net/zebra-server/files/patch-aa')
-rw-r--r-- | net/zebra-server/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/zebra-server/files/patch-aa b/net/zebra-server/files/patch-aa new file mode 100644 index 0000000..cd1073d --- /dev/null +++ b/net/zebra-server/files/patch-aa @@ -0,0 +1,11 @@ +--- 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) + { |