From cf619ff4fe4fc80b4fd4a9762924a44b0f6a5612 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 8 Nov 1999 03:34:53 +0000 Subject: Update the stream socket fileops table to match fo_stat() additions. --- sys/dev/streams/streams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index d7d1d89..78997fe 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 -- cgit v1.1