diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 17:55:02 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 17:55:02 +0000 |
commit | c13fec07ff51c504c4640937f0932209f09accbf (patch) | |
tree | a93657ed7fb55d96d74a084c673654af651cea91 /init | |
parent | 5aa5306ee24e5ad714c875180857a7a96b76bd7c (diff) |
(S_msg_describe_ports): typo.
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index e8d1fd2e..c15381dc 100644 --- a/init/init.c +++ b/init/init.c @@ -1190,7 +1190,7 @@ S_msg_describe_ports (mach_port_t process, mach_port_array_t names, mach_msg_type_number_t namesCnt, data_t *descriptions, - mach_msg_type_number_t descriptionsCnt) + mach_msg_type_number_t *descriptionsCnt) { return _S_msg_describe_ports (process, refport, names, namesCnt, descriptions, descriptionsCnt); |