summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-02-23 19:40:39 -0300
committerLuiz Souza <luiz@netgate.com>2018-02-23 19:40:39 -0300
commit9e3f9eb19aae437c111a95ba286571c3d9cfcf7e (patch)
tree8fb26b9ab223341823fa6d64b3743de9220ed044 /sys/sys/sysent.h
parent810d45dfd8239a4b42661bd4bb4e470e3a41799d (diff)
downloadFreeBSD-src-9e3f9eb19aae437c111a95ba286571c3d9cfcf7e.zip
FreeBSD-src-9e3f9eb19aae437c111a95ba286571c3d9cfcf7e.tar.gz
Revert "Revert "MFC r319873:""
This reverts commit 4c9907d21517c211b27a3cf5b7a2a976623820cc.
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 8313fc0..f1f4590 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -119,8 +119,7 @@ struct sysentvec {
u_long *sv_maxssiz;
u_int sv_flags;
void (*sv_set_syscall_retval)(struct thread *, int);
- int (*sv_fetch_syscall_args)(struct thread *, struct
- syscall_args *);
+ int (*sv_fetch_syscall_args)(struct thread *);
const char **sv_syscallnames;
vm_offset_t sv_timekeep_base;
vm_offset_t sv_shared_page_base;
OpenPOWER on IntegriCloud