aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/streams/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/streams/streams.c')
-rw-r--r--sys/dev/streams/streams.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index 00f65a3907c27..ad2817f5ca669 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -95,7 +95,9 @@ static struct fileops svr4_netops = {
.fo_poll = soo_poll,
.fo_kqfilter = soo_kqfilter,
.fo_stat = soo_stat,
- .fo_close = svr4_soo_close
+ .fo_close = svr4_soo_close,
+ .fo_chmod = invfo_chmod,
+ .fo_chown = invfo_chown,
};
static struct cdevsw streams_cdevsw = {