Staticise the device node pointers.

This commit is contained in:
Mike Smith 2002-01-08 06:50:17 +00:00
parent 489da1e76a
commit 5b48f71694

View file

@ -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 = {