Whitespace fix after s/dev_t/struct cdev */.

This commit is contained in:
John Baldwin 2006-07-19 18:52:33 +00:00
parent 2f198e899a
commit 9c2dc11465

View File

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