=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.49 retrieving revision 1.50 diff -c -r1.49 -r1.50 *** src/usr.bin/cvs/diff.c 2005/07/11 01:26:47 1.49 --- src/usr.bin/cvs/diff.c 2005/07/11 01:32:17 1.50 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.49 2005/07/11 01:26:47 niallo Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.50 2005/07/11 01:32:17 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 791,797 **** free(J); J = NULL; cvs_log(LP_ERRNO, "failed to resize J"); - status |= 2; goto closem; } J = (int *)tmp; --- 791,796 ---- *************** *** 803,809 **** free(ixold); ixold = NULL; cvs_log(LP_ERRNO, "failed to resize ixold"); - status |= 2; goto closem; } ixold = (long *)tmp; --- 802,807 ---- *************** *** 811,817 **** free(ixnew); ixnew = NULL; cvs_log(LP_ERRNO, "failed to resize ixnew"); - status |= 2; goto closem; } ixnew = (long *)tmp; --- 809,814 ----