=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcs.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/rcs/rcs.c 2007/06/30 08:23:49 1.40 --- src/usr.bin/rcs/rcs.c 2007/07/03 00:56:23 1.41 *************** *** 1,4 **** ! /* $OpenBSD: rcs.c,v 1.40 2007/06/30 08:23:49 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: rcs.c,v 1.41 2007/07/03 00:56:23 ray Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 1408,1415 **** rcs_buf_free(prevbuf); diff_format = D_RCSDIFF; ! if (rcs_diffreg(path_tmp1, path_tmp2, newdiff, 0) == D_ERROR) ! errx(1, "rcs_diffreg failed"); newdeltatext = newdiff; } else if (nextrdp == NULL && prevrdp != NULL) { --- 1408,1415 ---- rcs_buf_free(prevbuf); diff_format = D_RCSDIFF; ! if (diffreg(path_tmp1, path_tmp2, newdiff, 0) == D_ERROR) ! errx(1, "diffreg failed"); newdeltatext = newdiff; } else if (nextrdp == NULL && prevrdp != NULL) {