=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsprog.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/rcs/rcsprog.c 2005/10/12 17:13:30 1.26 --- src/usr.bin/rcs/rcsprog.c 2005/10/12 17:43:18 1.27 *************** *** 1,4 **** ! /* $OpenBSD: rcsprog.c,v 1.26 2005/10/12 17:13:30 deraadt Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsprog.c,v 1.27 2005/10/12 17:43:18 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau * All rights reserved. *************** *** 86,92 **** } strlcpy(out, fpath, len); ! if (verbose == 1 && strcmp(__progname, "rcsclean")) { if (!strcmp(__progname, "co")) { printf("%s --> ", fpath); if ((s = strrchr(filev, ',')) != NULL) { --- 86,92 ---- } strlcpy(out, fpath, len); ! if ((verbose == 1) && (strcmp(__progname, "rcsclean"))) { if (!strcmp(__progname, "co")) { printf("%s --> ", fpath); if ((s = strrchr(filev, ',')) != NULL) {