Whitespace fix after s/dev_t/struct cdev */.
This commit is contained in:
parent
2f198e899a
commit
9c2dc11465
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user