Staticise the device node pointers.
This commit is contained in:
parent
489da1e76a
commit
5b48f71694
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89059
@ -95,7 +95,7 @@ enum {
|
||||
dev_unix_ord_stream = 40
|
||||
};
|
||||
|
||||
dev_t dt_ptm, dt_arp, dt_icmp, dt_ip, dt_tcp, dt_udp, dt_rawip,
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user