summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/systrace.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/systrace.c b/sys/dev/systrace.c
index e31d8d98b13..b465038f153 100644
--- a/sys/dev/systrace.c
+++ b/sys/dev/systrace.c
@@ -135,13 +135,13 @@ int systrace_msg_emul(struct fsystrace *, struct str_process *);
int systrace_make_msg(struct str_process *, int);
static struct fileops systracefops = {
- systracef_read,
- systracef_write,
- systracef_ioctl,
- systracef_select,
- systracef_kqfilter,
- systracef_stat,
- systracef_close
+ systracef_read,
+ systracef_write,
+ systracef_ioctl,
+ systracef_select,
+ systracef_kqfilter,
+ systracef_stat,
+ systracef_close
};
struct pool systr_proc_pl;