summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/rcs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index 8ed43db859b..644bbcd1284 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.251 2008/02/27 22:34:04 joris Exp $ */
+/* $OpenBSD: rcs.c,v 1.252 2008/02/28 20:24:25 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -3133,8 +3133,6 @@ rcs_rev_write_fd(RCSFILE *rfp, RCSNUM *rev, int fd, int mode)
} while ((lp = TAILQ_NEXT(lp, l_list)) != nlp);
}
- /* XXX: do we need to call futimes(2) on the output fd? */
-
cvs_freelines(lines);
}