summaryrefslogtreecommitdiff
path: root/pr/src/md/mac/mdmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/mac/mdmac.c')
-rw-r--r--pr/src/md/mac/mdmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/md/mac/mdmac.c b/pr/src/md/mac/mdmac.c
index c762baa7..bca487a7 100644
--- a/pr/src/md/mac/mdmac.c
+++ b/pr/src/md/mac/mdmac.c
@@ -344,7 +344,7 @@ void PR_InitMemory(void) {
#if TARGET_CARBON
extern OTClientContextPtr clientContext;
-#define CLOSE_OPEN_TRANSPORT() CloseOpenTransport(clientContext)
+#define CLOSE_OPEN_TRANSPORT() CloseOpenTransportInContext(clientContext)
#else
@@ -739,7 +739,7 @@ extern long _MD_GetArchitecture(char *buf, long count)
{
long len;
-#if defined(GENERATINGPOWERPC) && GENERATINGPOWERPC
+#if defined(TARGET_CPU_PPC) && TARGET_CPU_PPC
len = PR_snprintf(buf, count, "PowerPC");
#else
len = PR_snprintf(buf, count, "Motorola68k");