summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-02-21 14:26:22 -0300
committerLuiz Souza <luiz@netgate.com>2018-02-21 14:26:22 -0300
commit4c9907d21517c211b27a3cf5b7a2a976623820cc (patch)
treee6d44f1e5491e491582dc98d2ad92231d99257c5 /sys/sys/sysent.h
parent911d650e1367dc4a6ac7feb96f47fc87fd6a4984 (diff)
downloadFreeBSD-src-4c9907d21517c211b27a3cf5b7a2a976623820cc.zip
FreeBSD-src-4c9907d21517c211b27a3cf5b7a2a976623820cc.tar.gz
Revert "MFC r319873:"
This reverts commit 5dad0dd804a33b8a372d49fa342b24c67b1c2fb3.
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index f1f4590..8313fc0 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -119,7 +119,8 @@ 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 *);
+ int (*sv_fetch_syscall_args)(struct thread *, struct
+ syscall_args *);
const char **sv_syscallnames;
vm_offset_t sv_timekeep_base;
vm_offset_t sv_shared_page_base;
OpenPOWER on IntegriCloud