summaryrefslogtreecommitdiff
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-08 03:34:53 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-08 03:34:53 +0000
commitbb63a8f5a59e28a8be9318a83a1dc3cf6004da82 (patch)
treed37025548102d3fe13f58d1c0d6c43366afc953e /sys/dev/streams
parent53c2c4e22b1f311a1ea25c928fa8042d08639b56 (diff)
Notes
Diffstat (limited to 'sys/dev/streams')
-rw-r--r--sys/dev/streams/streams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index d7d1d892fedc..78997fe91a70 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -99,7 +99,7 @@ dev_t dt_ptm, dt_arp, dt_icmp, dt_ip, dt_tcp, dt_udp, dt_rawip,
dt_unix_dgram, dt_unix_stream, dt_unix_ord_stream;
static struct fileops svr4_netops = {
- soo_read, soo_write, soo_ioctl, soo_poll, svr4_soo_close
+ soo_read, soo_write, soo_ioctl, soo_poll, soo_stat, svr4_soo_close
};
#define CDEV_MAJOR 103