summaryrefslogtreecommitdiff
path: root/include/mach/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/port.h')
-rw-r--r--include/mach/port.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/mach/port.h b/include/mach/port.h
index e77e5c38..7ab3ab7c 100644
--- a/include/mach/port.h
+++ b/include/mach/port.h
@@ -135,22 +135,4 @@ typedef struct mach_port_status {
#define MACH_PORT_QLIMIT_DEFAULT ((mach_port_msgcount_t) 5)
#define MACH_PORT_QLIMIT_MAX ((mach_port_msgcount_t) 16)
-/*
- * Compatibility definitions, for code written
- * before there was an mps_seqno field.
- *
- * XXX: Remove this before releasing Gnumach 1.6.
- */
-
-typedef struct old_mach_port_status {
- mach_port_t mps_pset; /* containing port set */
-/*mach_port_mscount_t*/natural_t mps_mscount; /* make-send count */
-/*mach_port_msgcount_t*/natural_t mps_qlimit; /* queue limit */
-/*mach_port_msgcount_t*/natural_t mps_msgcount; /* number in the queue */
-/*mach_port_rights_t*/natural_t mps_sorights; /* how many send-once rights */
-/*boolean_t*/natural_t mps_srights; /* do send rights exist? */
-/*boolean_t*/natural_t mps_pdrequest; /* port-deleted requested? */
-/*boolean_t*/natural_t mps_nsrequest; /* no-senders requested? */
-} old_mach_port_status_t;
-
#endif /* _MACH_PORT_H_ */