summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-23 21:37:28 +0000
committerphk <phk@FreeBSD.org>2002-12-23 21:37:28 +0000
commitfedfaf9f8b1045aeb82f674a281267ce7853224b (patch)
treeb77fc69e0dd117740c1719c2cb6d0bcfbd654c0e /sys/dev/streams
parent8b4847e64e9b489ba9d1c35c7430fe817ef54e2c (diff)
downloadFreeBSD-src-fedfaf9f8b1045aeb82f674a281267ce7853224b.zip
FreeBSD-src-fedfaf9f8b1045aeb82f674a281267ce7853224b.tar.gz
s/sokqfilter/soo_kqfilter/ for consistency with the naming of all
other socket/file operations.
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 66ea3fe..e1f4ae8 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -99,7 +99,7 @@ static 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, sokqfilter,
+ soo_read, soo_write, soo_ioctl, soo_poll, soo_kqfilter,
soo_stat, svr4_soo_close
};
OpenPOWER on IntegriCloud