=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/diff/diff.c 2003/06/25 03:37:32 1.4 --- src/usr.bin/diff/diff.c 2003/06/25 07:26:59 1.5 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.4 2003/06/25 03:37:32 deraadt Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.5 2003/06/25 07:26:59 tedu Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. *************** *** 215,227 **** if (sig) _exit(status); exit(status); - } - - void - catchsig(int sigraised) - { - /* print something? */ - done(0); } void * --- 215,220 ----