aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-01-07 20:05:19 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-01-07 20:05:19 +0000
commite46502943ac1471d7e3718557de87b17265985fe (patch)
tree4cf9280569e048ce55d457d60918586c5cf023e5 /sys/dev/streams
parent0460d3516d056ae2b10aa8f903ae8594e6167e5e (diff)
Notes
Diffstat (limited to 'sys/dev/streams')
-rw-r--r--sys/dev/streams/streams.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index 55df9e5913eb..5b97f8512f3d 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -90,6 +90,7 @@ static struct cdev *dt_ptm, *dt_arp, *dt_icmp, *dt_ip, *dt_tcp, *dt_udp,
static struct fileops svr4_netops = {
.fo_read = soo_read,
.fo_write = soo_write,
+ .fo_truncate = soo_truncate,
.fo_ioctl = soo_ioctl,
.fo_poll = soo_poll,
.fo_kqfilter = soo_kqfilter,