=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/co.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/rcs/co.c 2005/10/19 11:37:11 1.21 --- src/usr.bin/rcs/co.c 2005/10/20 17:10:01 1.22 *************** *** 1,4 **** ! /* $OpenBSD: co.c,v 1.21 2005/10/19 11:37:11 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: co.c,v 1.22 2005/10/20 17:10:01 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 105,111 **** continue; if (verbose == 1) ! printf("%s <-- %s\n", fpath, argv[i]); if ((file = rcs_open(fpath, RCS_RDWR)) == NULL) continue; --- 105,112 ---- continue; if (verbose == 1) ! printf("%s --> %s\n", fpath, ! (pipeout == 1) ? "standard output" : argv[i]); if ((file = rcs_open(fpath, RCS_RDWR)) == NULL) continue;