summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64/sys_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/sparc64/sys_machdep.c')
-rw-r--r--sys/sparc64/sparc64/sys_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/sys_machdep.c b/sys/sparc64/sparc64/sys_machdep.c
index 0fd7a66..df0c16e 100644
--- a/sys/sparc64/sparc64/sys_machdep.c
+++ b/sys/sparc64/sparc64/sys_machdep.c
@@ -38,7 +38,7 @@ struct sysarch_args {
#endif
int
-sysarch(struct proc *p, struct sysarch_args *uap)
+sysarch(struct thread *td, struct sysarch_args *uap)
{
TODO;
return (0);
OpenPOWER on IntegriCloud