aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-09-01 22:28:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-09-01 22:28:23 +0000
commitded3e7f08e465f3abef2491a3ab5940291489453 (patch)
tree699a8eaa03d982922338f181e98cfbfd165a7155
parent183b68f74f05cf7d66ab344857cd25e4c00513b2 (diff)
Notes
-rw-r--r--sys/kern/subr_syscall.c2
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;