summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsdiff.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-11-28 10:17:21 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-11-28 10:17:21 +0000
commit1e2f2d8060beb0fb083a86f64b08e2343707fa95 (patch)
tree1ef5821996b17a62c4238dcc0ce6b5518209242a /usr.bin/rcs/rcsdiff.c
parent0e79e526f89cf218242f8a5e6843c74ee87fe07f (diff)
-T is here for compatibility;
Diffstat (limited to 'usr.bin/rcs/rcsdiff.c')
-rw-r--r--usr.bin/rcs/rcsdiff.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.c b/usr.bin/rcs/rcsdiff.c
index 55290b4e9cd..40f6b9ee2ab 100644
--- a/usr.bin/rcs/rcsdiff.c
+++ b/usr.bin/rcs/rcsdiff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcsdiff.c,v 1.20 2005/11/25 15:56:10 xsa Exp $ */
+/* $OpenBSD: rcsdiff.c,v 1.21 2005/11/28 10:17:20 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -97,7 +97,9 @@ rcsdiff_main(int argc, char **argv)
}
break;
case 'T':
- flags |= PRESERVETIME;
+ /*
+ * kept for compatibility
+ */
break;
case 'V':
printf("%s\n", rcs_version);