summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/hpux/hpux_sysent.c')
-rw-r--r--sys/compat/hpux/hpux_sysent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux_sysent.c b/sys/compat/hpux/hpux_sysent.c
index 2fbb7cac2c7..e49cf2387cc 100644
--- a/sys/compat/hpux/hpux_sysent.c
+++ b/sys/compat/hpux/hpux_sysent.c
@@ -13,6 +13,7 @@
#include <sys/syscallargs.h>
#include <compat/hpux/hpux.h>
#include <compat/hpux/hpux_syscallargs.h>
+#include <machine/hpux_machdep.h>
#define s(type) sizeof(type)
@@ -223,8 +224,8 @@ struct sysent hpux_sysent[] = {
sys_nosys }, /* 101 = unimplemented */
{ 0, 0,
sys_nosys }, /* 102 = unimplemented */
- { 1, s(struct sys_sigreturn_args),
- sys_sigreturn }, /* 103 = sigreturn */
+ { 1, s(struct hpux_sys_sigreturn_args),
+ hpux_sys_sigreturn }, /* 103 = sigreturn */
{ 0, 0,
sys_nosys }, /* 104 = unimplemented */
{ 0, 0,