diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-04-12 22:54:24 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-04-12 22:54:24 +0000 |
commit | d3a8754b7435212fe476701cb5846734ab6d7e8d (patch) | |
tree | ef01ff8e3e9a1b8c36ee8c5b12120818cf779a3b /usr.bin/cvs | |
parent | 5eb04e5d931bdd4946ed2f1dc1f68dfdbb69d323 (diff) |
Better match GNU behavior for rcs -l and rcs -u.
Save 2 bytes of newlines.
OK joris@
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/rcs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c index 14dedc413c7..f9a8f402459 100644 --- a/usr.bin/cvs/rcs.c +++ b/usr.bin/cvs/rcs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcs.c,v 1.163 2006/04/10 12:15:21 xsa Exp $ */ +/* $OpenBSD: rcs.c,v 1.164 2006/04/12 22:54:23 ray Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -938,8 +938,6 @@ rcs_lock_add(RCSFILE *file, const char *user, RCSNUM *rev) /* not synced anymore */ file->rf_flags &= ~RCS_SYNCED; return (0); - - } |