diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-13 06:02:04 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-13 06:02:04 +0000 |
commit | 9d5f52886f35d48e3ba5424fb140c4db736f31df (patch) | |
tree | a80819137386fbd38df232bb7892573e6f346052 /sys/kern/init_sysent.c | |
parent | 55f8189dfd55eaafbbdcdec9187d5bd75e68a283 (diff) |
change the first arg to thrsleep and thrwakeup to a void *.
i had initially selected long since the kernel doesn't attempt
to interpret this value in any way, but since it is always a
pointer value in practice, this makes a little more sense.
binary compat in any case. suggestion from deraadt@
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r-- | sys/kern/init_sysent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 1dc67a07456..068e321a038 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_sysent.c,v 1.89 2005/12/03 18:11:29 tedu Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.90 2005/12/13 06:02:02 tedu Exp $ */ /* * System call switch table. |