From 7d9f164d59ea99e32efd21a1656a60f42f563c87 Mon Sep 17 00:00:00 2001 From: tedu Date: Wed, 25 Jun 2003 07:26:59 +0000 Subject: remove silly signal catcher, and just use done. ok deraadt@ --- usr.bin/diff/diff.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/diff/diff.h') diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 642d8278b38..f8a373a88c8 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.h,v 1.4 2003/06/25 03:37:32 deraadt Exp $ */ +/* $OpenBSD: diff.h,v 1.5 2003/06/25 07:26:59 tedu Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. @@ -117,7 +117,6 @@ void *talloc(size_t); void *ralloc(void *, size_t); char *splice(char *, char *); char *copytemp(void); -void catchsig(int); void done(int); void diffdir(char **); void diffreg(void); -- cgit v1.2.3-59-g8ed1b