-/*
- * HISTORY
- *
- * Revision 1.1.1.1 1998/09/22 21:05:30 wsanchez
- * Import of Mac OS X kernel (~semeria)
- *
- * Revision 1.1.1.1 1998/03/07 02:25:46 wsanchez
- * Import of OSF Mach kernel (~mburg)
- *
- * Revision 1.2.12.2 1996/01/09 19:22:05 devrcs
- * Made not_count in mach_no_senders_notification_t
- * a mach_msg_type_number_t.
- * [1995/12/01 19:49:21 jfraser]
- *
- * Merged '64-bit safe' changes from DEC alpha port.
- * [1995/11/21 18:09:14 jfraser]
- *
- * Revision 1.2.12.1 1994/09/23 02:41:27 ezf
- * change marker to not FREE
- * [1994/09/22 21:42:15 ezf]
- *
- * Revision 1.2.6.5 1993/09/09 16:07:46 jeffc
- * CR9745 - delete message accepted notifications
- * [1993/09/03 22:15:11 jeffc]
- *
- * Revision 1.2.6.4 1993/08/05 19:09:35 jeffc
- * CR9508 - Delete dead code. Remove MACH_IPC_TYPED
- * [1993/08/03 20:18:41 jeffc]
- *
- * CR9508 - Delete dead code. Remove MACH_IPC_COMPAT
- * [1993/08/03 17:09:19 jeffc]
- *
- * Revision 1.2.6.3 1993/08/03 18:29:46 gm
- * CR9596: Change KERNEL to MACH_KERNEL.
- * [1993/08/02 18:24:51 gm]
- *
- * Revision 1.2.6.2 1993/06/09 02:42:49 gm
- * Fix untyped notifications. CR #8969
- * [1993/04/27 11:29:30 rod]
- *
- * Revision 1.2 1993/04/19 16:38:19 devrcs
- * Added trailer support to untyped ipc. [travos@osf.org, fdr@osf.org]
- * [1993/04/06 18:28:00 travos]
- * Merge untyped ipc:
- * Remove the NDR format label from messages with no untyped data
- * [1993/03/12 22:50:02 travos]
- * changed msgh_body to not_body in the notification message structures.
- * [1993/02/25 21:50:38 fdr]
- * New definitions for notifications (via compile option MACH_IPC_TYPED)
- * [1993/02/24 19:25:42 travos]
- *
- * ansi C conformance changes
- * [1993/02/02 18:54:03 david]
- * Revision 1.1 1992/09/30 02:31:55 robert
- * Initial revision
- * [1993/02/02 19:05:08 david]
- *
- * $EndLog$
- */
-/* CMU_HIST */
-/*
- * Revision 2.4.2.1 92/03/03 16:22:23 jeffreyh
- * Changes form TRUNK
- * [92/02/26 12:12:10 jeffreyh]
- *
- * Revision 2.5 92/01/15 13:44:41 rpd
- * Changed MACH_IPC_COMPAT conditionals to default to not present.
- *
- * Revision 2.4 91/05/14 16:58:21 mrt
- * Correcting copyright
- *
- * Revision 2.3 91/02/05 17:35:18 mrt
- * Changed to new Mach copyright
- * [91/02/01 17:20:02 mrt]
- *
- * Revision 2.2 90/06/02 14:59:32 rpd
- * Converted to new IPC.
- * [90/03/26 22:38:14 rpd]
- *
- * Revision 2.7.7.1 90/02/20 22:24:32 rpd
- * Revised for new IPC.
- * [90/02/19 23:38:57 rpd]
- *
- *
- * Condensed history:
- * Moved ownership rights under MACH_IPC_XXXHACK (rpd).
- * Added NOTIFY_PORT_DESTROYED (rpd).
- * Added notification message structure definition (mwyoung).
- * Created, based on Accent values (mwyoung).
- */
-/* CMU_ENDHIST */