diff options
| author | 2005-12-13 06:02:02 +0000 | |
|---|---|---|
| committer | 2005-12-13 06:02:02 +0000 | |
| commit | 7da0060562016f87d598a43f273fe2d5a01aa3de (patch) | |
| tree | de4c51cdb59c156d8f5c4b3fe4aee70b8f02255c /sys/kern/syscalls.c | |
| parent | Add two 100Mbit CF cards that appear to have the same chipset. (diff) | |
| download | wireguard-openbsd-7da0060562016f87d598a43f273fe2d5a01aa3de.tar.xz wireguard-openbsd-7da0060562016f87d598a43f273fe2d5a01aa3de.zip | |
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. |
