From 4e18c46294c6afe4f49a914e134afea097a1fdc1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 31 Dec 2001 23:54:28 +0000 Subject: 2001-12-31 Roland McGrath * host.c (ps_get_host): Use mach_port_t instead of host_t. * ps.h: Update decl. --- libps/ps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libps/ps.h') diff --git a/libps/ps.h b/libps/ps.h index 82375d97..905d53a1 100644 --- a/libps/ps.h +++ b/libps/ps.h @@ -1,8 +1,8 @@ /* Routines to gather and print process information. - Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1995,96,99,2001 Free Software Foundation, Inc. - Written by Miles Bader + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -1026,7 +1026,7 @@ int proc_stat_list_spec_nominal (struct proc_stat_list *pp, information on the data types these routines return. */ /* Return the current host port. */ -host_t ps_get_host (); +mach_port_t ps_get_host (); /* Return a pointer to basic info about the current host in HOST_INFO. Since this is static global information we just use a static buffer. If a -- cgit v1.2.3