diff options
author | 2003-06-25 07:26:59 +0000 | |
---|---|---|
committer | 2003-06-25 07:26:59 +0000 | |
commit | 7d9f164d59ea99e32efd21a1656a60f42f563c87 (patch) | |
tree | cdfc2f7d3247310d380457309b3a92831d80bb20 /usr.bin/diff/diff.h | |
parent | knf (diff) | |
download | wireguard-openbsd-7d9f164d59ea99e32efd21a1656a60f42f563c87.tar.xz wireguard-openbsd-7d9f164d59ea99e32efd21a1656a60f42f563c87.zip |
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); |