diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2015-09-01 22:28:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2015-09-01 22:28:23 +0000 |
| commit | ded3e7f08e465f3abef2491a3ab5940291489453 (patch) | |
| tree | 699a8eaa03d982922338f181e98cfbfd165a7155 | |
| parent | 183b68f74f05cf7d66ab344857cd25e4c00513b2 (diff) | |
Notes
| -rw-r--r-- | sys/kern/subr_syscall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_syscall.c b/sys/kern/subr_syscall.c index 292b942d4d94..6d12b611b2db 100644 --- a/sys/kern/subr_syscall.c +++ b/sys/kern/subr_syscall.c @@ -170,7 +170,7 @@ syscallenter(struct thread *td, struct syscall_args *sa) } static inline void -syscallret(struct thread *td, int error, struct syscall_args *sa __unused) +syscallret(struct thread *td, int error, struct syscall_args *sa) { struct proc *p, *p2; int traced; |
