diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 18:14:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-05 18:14:54 +0000 |
commit | 94c91d4f56e476dcb1a2e482ba2afdf2bde63d3b (patch) | |
tree | 372690bf19e6c8b1dfac1633410db34aafce5277 /sys | |
parent | b48415ed79c52a59a78f83bbb7aafdbd53bd531f (diff) |
mark that there is no siginfo code here. Damn it, geez
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index a71e7d1dfb2..c2f8d2b5c2b 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.57 2002/03/23 13:28:34 espie Exp $ */ +/* $OpenBSD: machdep.c,v 1.58 2002/04/05 18:14:53 deraadt Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -418,6 +418,9 @@ struct trampframe { * argument */ }; +/* + * XXX no siginfo implementation!!!! + */ void sendsig(catcher, sig, mask, code, type, val) sig_t catcher; |