summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-09-01 22:28:23 +0000
committerjhb <jhb@FreeBSD.org>2015-09-01 22:28:23 +0000
commit0e4166b711eedb35a2975aaf5e3e3f6949966c66 (patch)
tree699a8eaa03d982922338f181e98cfbfd165a7155
parent5c94ee004405c42d25c893ffdd1efd705de739f5 (diff)
downloadFreeBSD-src-0e4166b711eedb35a2975aaf5e3e3f6949966c66.zip
FreeBSD-src-0e4166b711eedb35a2975aaf5e3e3f6949966c66.tar.gz
The 'sa' argument to syscallret() is not unused.
-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 292b942..6d12b61 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;
OpenPOWER on IntegriCloud