summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2005-12-13 06:02:04 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2005-12-13 06:02:04 +0000
commit9d5f52886f35d48e3ba5424fb140c4db736f31df (patch)
treea80819137386fbd38df232bb7892573e6f346052 /sys/kern/init_sysent.c
parent55f8189dfd55eaafbbdcdec9187d5bd75e68a283 (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.c2
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.