summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-06-14 07:09:55 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:16 +0200
commit099f0d3c491920d3399525ecab64887bee1e9a09 (patch)
treedd36c1d9453e33090bcd4f24091f8b9aff0761ac
parent9ba9c134c4775308c7ead8cdc3108db6be48b10a (diff)
2002-06-14 Roland McGrath <roland@frob.com>
* oskit/ds_routines.c (ds_device_write): Fix typo: mach_msg_number_t -> mach_msg_type_number_t
-rw-r--r--oskit/ds_routines.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/oskit/ds_routines.c b/oskit/ds_routines.c
index 41968c9f..c0568026 100644
--- a/oskit/ds_routines.c
+++ b/oskit/ds_routines.c
@@ -692,7 +692,8 @@ ds_device_close (device_t dev)
io_return_t
ds_device_write (device_t dev, ipc_port_t reply_port,
mach_msg_type_name_t reply_port_type, dev_mode_t mode,
- recnum_t recnum, io_buf_ptr_t data, mach_msg_number_t count,
+ recnum_t recnum, io_buf_ptr_t data,
+ mach_msg_type_number_t count,
int *bytes_written)
{
if (dev == DEVICE_NULL)