mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Staticise the device node pointers.
This commit is contained in:
parent
489da1e76a
commit
5b48f71694
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue