diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-25 07:27:00 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-25 07:27:00 +0000 |
commit | 8f7a13b20d02710ae7bde7c1adf3e681e08d153b (patch) | |
tree | 7e4338e08eb9fa9cb067fac2e3d7446586c28f70 /usr.bin/diff/diff.h | |
parent | 68c9c60b34f48c399c8202a4b19c315318523632 (diff) |
remove silly signal catcher, and just use done. ok deraadt@
Diffstat (limited to 'usr.bin/diff/diff.h')
-rw-r--r-- | usr.bin/diff/diff.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |