From 438e56899e1a5d4f539b441e2827e111f9bef6ca Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 9 May 2007 19:01:19 +0000 Subject: 2007-05-09 Thomas Schwinge * include/mach/mach_types.defs (userprefix, serverprefix): Set, if requested. --- include/mach/mach_types.defs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/mach/mach_types.defs b/include/mach/mach_types.defs index 53c2529..4e448b8 100644 --- a/include/mach/mach_types.defs +++ b/include/mach/mach_types.defs @@ -50,6 +50,14 @@ #if KERNEL_SERVER #endif /* KERNEL_SERVER */ +#ifdef USERPREFIX +userprefix USERPREFIX; +#endif + +#ifdef SERVERPREFIX +serverprefix SERVERPREFIX; +#endif + type mach_port_status_t = struct[9] of integer_t; type old_mach_port_status_t = struct[8] of integer_t; /* compatibility */ -- cgit v1.2.3