diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-07-19 07:50:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2002-07-19 07:50:43 +0000 |
commit | 9052d460815c683089ec669d819d6dcbe16f0ce8 (patch) | |
tree | d22f04cc293e8d237bc7657375e18d939a9afc52 /sys | |
parent | f5d0c147298b58cb3bbeba312c2a3f0ecbac63f2 (diff) |
minor KNF
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; |