=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/diff.c,v retrieving revision 1.133 retrieving revision 1.134 diff -c -r1.133 -r1.134 *** src/usr.bin/cvs/diff.c 2008/03/02 19:05:34 1.133 --- src/usr.bin/cvs/diff.c 2008/03/13 19:54:34 1.134 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.133 2008/03/02 19:05:34 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.134 2008/03/13 19:54:34 sthen Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 445,451 **** xfree(p2); close(fd2); (void)xasprintf(&p2, "%s", CVS_PATH_DEVNULL); ! if ((fd1 = open(p2, O_RDONLY)) == -1) fatal("cvs_diff_local: cannot open %s", CVS_PATH_DEVNULL); } --- 445,451 ---- xfree(p2); close(fd2); (void)xasprintf(&p2, "%s", CVS_PATH_DEVNULL); ! if ((fd2 = open(p2, O_RDONLY)) == -1) fatal("cvs_diff_local: cannot open %s", CVS_PATH_DEVNULL); }