summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-14 07:02:40 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-14 07:02:40 +0000
commit71e82a4ceb37d33e88db86328b55d37a04bc3600 (patch)
treea61fe43eda6bf8a1cf3ec92b9283a7748f9183c4 /gnu/usr.bin
parentf4ca4c5e6b671f3cde8d8970ecbf0b3745ad431f (diff)
downloadFreeBSD-src-71e82a4ceb37d33e88db86328b55d37a04bc3600.zip
FreeBSD-src-71e82a4ceb37d33e88db86328b55d37a04bc3600.tar.gz
No longer use FSYNC_ALL by default, we do not have the stability problems
with the system as we once did. This should greatly increase the speed of rcs and therefore cvs.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/rcs/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/lib/Makefile b/gnu/usr.bin/rcs/lib/Makefile
index 8428686..a69000b 100644
--- a/gnu/usr.bin/rcs/lib/Makefile
+++ b/gnu/usr.bin/rcs/lib/Makefile
@@ -1,6 +1,6 @@
# Define FSYNC_ALL to get slower but safer writes in case of crashes in
# the middle of CVS/RCS changes
-CFLAGS += -DFSYNC_ALL
+#CFLAGS += -DFSYNC_ALL
LIB = rcs
SRCS = maketime.c partime.c rcsedit.c rcsfcmp.c rcsfnms.c rcsgen.c \
OpenPOWER on IntegriCloud