=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcsdiff.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/rcs/rcsdiff.c 2005/12/20 09:04:17 1.27 +++ src/usr.bin/rcs/rcsdiff.c 2005/12/27 16:05:21 1.28 @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsdiff.c,v 1.27 2005/12/20 09:04:17 xsa Exp $ */ +/* $OpenBSD: rcsdiff.c,v 1.28 2005/12/27 16:05:21 niallo Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -121,7 +121,7 @@ if (rcs_statfile(argv[i], fpath, sizeof(fpath)) < 0) continue; - if ((file = rcs_open(fpath, RCS_READ)) == NULL) + if ((file = rcs_open(fpath, RCS_READ|RCS_PARSE_FULLY)) == NULL) continue; if (kflag != RCS_KWEXP_ERR)