summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-06 14:15:13 +0000
committerRoland McGrath <roland@gnu.org>1998-10-06 14:15:13 +0000
commit797c5f093345b49572cb2ecb40122d0925912cb7 (patch)
treef5fca6d2dc83d1e790bdbc4c9ac1cbf3f3f6b0d5 /mach
parent1e02536fbc2ef83dadbb29155212b80a61e42fe4 (diff)
1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
* mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
Diffstat (limited to 'mach')
-rw-r--r--mach/mach.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mach/mach.h b/mach/mach.h
index 9631ad4967..b11ccd3aa4 100644
--- a/mach/mach.h
+++ b/mach/mach.h
@@ -76,8 +76,6 @@ extern void
__mach_msg_destroy (mach_msg_header_t *msg),
mach_msg_destroy (mach_msg_header_t *msg);
-/* XXX should be in mach/message.h. */
-extern typeof (mach_msg) __mach_msg;
#define __need_FILE
#include <stdio.h>