summaryrefslogtreecommitdiff
path: root/include/mach/mig_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/mig_support.h')
-rw-r--r--include/mach/mig_support.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/mach/mig_support.h b/include/mach/mig_support.h
index e19de97..865bdc5 100644
--- a/include/mach/mig_support.h
+++ b/include/mach/mig_support.h
@@ -32,19 +32,11 @@
#ifndef _MACH_MIG_SUPPORT_H_
#define _MACH_MIG_SUPPORT_H_
+#include <string.h>
+
#include <mach/message.h>
#include <mach/mach_types.h>
-#if defined(MACH_KERNEL)
-
-#if defined(bcopy)
-#else /* not defined(bcopy) */
-extern void bcopy(const void *, void *, vm_size_t);
-#define memcpy(_dst,_src,_len) bcopy((_src),(_dst),(_len))
-#endif /* defined(bcopy) */
-
-#endif /* defined(MACH_KERNEL) */
-
extern void mig_init(void *_first);
extern void mig_allocate(vm_address_t *_addr_p, vm_size_t _size);