diff options
author | 2002-07-19 07:50:42 +0000 | |
---|---|---|
committer | 2002-07-19 07:50:42 +0000 | |
commit | 86a3a99982ddd8bc55e5df753e3b4579907da90a (patch) | |
tree | a5e6339ebc5d0a2e08a64659f1ba803ba66c69dd | |
parent | whitespace (diff) | |
download | wireguard-openbsd-86a3a99982ddd8bc55e5df753e3b4579907da90a.tar.xz wireguard-openbsd-86a3a99982ddd8bc55e5df753e3b4579907da90a.zip |
minor KNF
-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; |