=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/cvs/diff.c 2005/10/08 20:39:49 1.60 --- src/usr.bin/cvs/diff.c 2005/10/11 14:27:27 1.61 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.60 2005/10/08 20:39:49 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.61 2005/10/11 14:27:27 joris Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. *************** *** 221,229 **** static int aflag, bflag, dflag, iflag, pflag, tflag, Tflag, wflag; static int context; int diff_format = D_NORMAL; static struct stat stb1, stb2; static char *ifdefname, *ignore_pats; - static const char *diff_file; regex_t ignore_re; static int *J; /* will be overlaid on class */ --- 221,229 ---- static int aflag, bflag, dflag, iflag, pflag, tflag, Tflag, wflag; static int context; int diff_format = D_NORMAL; + char *diff_file = NULL; static struct stat stb1, stb2; static char *ifdefname, *ignore_pats; regex_t ignore_re; static int *J; /* will be overlaid on class */