diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/systrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c index 1377b7a9928..479d09a1966 100644 --- a/sys/dev/systrace.c +++ b/sys/dev/systrace.c @@ -669,7 +669,7 @@ systrace_redirect(int code, struct proc *p, void *v, register_t *retval) break; case SYSTR_POLICY_ASK: /* Puts the current process to sleep, return unlocked */ - error = systrace_msg_ask(fst,strp, code, callp->sy_argsize, v); + error = systrace_msg_ask(fst, strp, code, callp->sy_argsize, v); /* We might have detached by now for some reason */ fst = NULL; |