diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-06 14:15:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-06 14:15:13 +0000 |
commit | 797c5f093345b49572cb2ecb40122d0925912cb7 (patch) | |
tree | f5fca6d2dc83d1e790bdbc4c9ac1cbf3f3f6b0d5 /mach/mach.h | |
parent | 1e02536fbc2ef83dadbb29155212b80a61e42fe4 (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/mach.h')
-rw-r--r-- | mach/mach.h | 2 |
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> |