summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-19 18:52:33 +0000
committerjhb <jhb@FreeBSD.org>2006-07-19 18:52:33 +0000
commit7863d70730bd1f7afe32c78e631b91fc0c2dd01e (patch)
treedfeca2cea47db0a02e96395264945ecb4c25a06e /sys/dev/streams
parent5ee36b60d1ea2b8c1617a2950f5a290232431241 (diff)
downloadFreeBSD-src-7863d70730bd1f7afe32c78e631b91fc0c2dd01e.zip
FreeBSD-src-7863d70730bd1f7afe32c78e631b91fc0c2dd01e.tar.gz
Whitespace fix after s/dev_t/struct cdev */.
Diffstat (limited to 'sys/dev/streams')
-rw-r--r--sys/dev/streams/streams.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index 98a600b..804d064 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -86,8 +86,8 @@ enum {
dev_unix_ord_stream = 40
};
-static struct cdev *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 cdev *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 = {
.fo_read = soo_read,
OpenPOWER on IntegriCloud