summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/mach/mach_types.defs8
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d225fe6..3f7a63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-09 Thomas Schwinge <tschwinge@gnu.org>
+
+ * include/mach/mach_types.defs (userprefix, serverprefix): Set, if
+ requested.
+
2007-05-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
* i386/i386/fpu.c (fpu_set_state): Set fp_valid to TRUE. Free the
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 */