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/syscalls.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/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 95c52701cc9..dcafa078232 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: syscalls.c,v 1.90 2005/12/03 18:11:29 tedu Exp $ */ +/* $OpenBSD: syscalls.c,v 1.91 2005/12/13 06:02:03 tedu Exp $ */ /* * System call names. |