Update the stream socket fileops table to match fo_stat() additions.

This commit is contained in:
Peter Wemm 1999-11-08 03:34:53 +00:00
parent 53c2c4e22b
commit bb63a8f5a5

View File

@ -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