=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsclean.c,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** src/usr.bin/rcs/rcsclean.c 2006/04/21 14:18:26 1.38 --- src/usr.bin/rcs/rcsclean.c 2006/04/21 17:17:29 1.39 *************** *** 1,4 **** ! /* $OpenBSD: rcsclean.c,v 1.38 2006/04/21 14:18:26 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcsclean.c,v 1.39 2006/04/21 17:17:29 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 138,144 **** file = NULL; rev = NULL; ! if (rcs_statfile(fname, fpath, sizeof(fpath)) < 0) goto out; if ((file = rcs_open(fpath, RCS_RDWR)) == NULL) --- 138,144 ---- file = NULL; rev = NULL; ! if (rcs_statfile(fname, fpath, sizeof(fpath), flags) < 0) goto out; if ((file = rcs_open(fpath, RCS_RDWR)) == NULL)