summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syscall.c b/syscall.c
index 2e5053a..05679ca 100644
--- a/syscall.c
+++ b/syscall.c
@@ -2660,6 +2660,7 @@ struct tcb *tcp;
return val;
}
+#ifdef SUNOS4
/*
* Apparently, indirect system calls have already be converted by ptrace(2),
* so if you see "indir" this program has gone astray.
@@ -2682,6 +2683,7 @@ struct tcb *tcp;
}
return 0;
}
+#endif /* SUNOS4 */
static int
time_cmp(a, b)