From a80c93e5fde8f22090cb34b707e0776c0a8124fc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 29 Mar 1996 00:30:18 +0000 Subject: Fix function name typo. --- libshouldbeinlibc/xportinfo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libshouldbeinlibc/xportinfo.c') diff --git a/libshouldbeinlibc/xportinfo.c b/libshouldbeinlibc/xportinfo.c index 0ad7da48..cdd1da38 100644 --- a/libshouldbeinlibc/xportinfo.c +++ b/libshouldbeinlibc/xportinfo.c @@ -42,8 +42,9 @@ print_xlated_port_info (mach_port_t name, mach_port_type_t type, /* Prints info about every port common to both tasks in X, but only if the port in X->from_task has a type in ONLY, to STREAM. */ error_t -print_xlated_ports_info (struct port_name_xlator *x, mach_port_type_t only, - unsigned show, FILE *stream) +print_xlated_task_ports_info (struct port_name_xlator *x, + mach_port_type_t only, + unsigned show, FILE *stream) { mach_port_t *names = 0; mach_port_type_t *types = 0; -- cgit v1.2.3