[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: return value of get_privileged_ports
From: |
Roland McGrath |
Subject: |
Re: return value of get_privileged_ports |
Date: |
Fri, 4 May 2001 22:17:52 -0400 (EDT) |
They are used interchangeably and it doesn't matter too much. You can
always do "p (error_t)rc" in gdb. The reason a few things like
get_privileged_ports might have been written with kern_return_t instead of
error_t was that they were theoretically Mach interfaces that would exist
on a non-Hurd Mach system too, way back before the dawn of time when we
might have cared about other Mach-based Unix systems.