diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 06:50:17 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-08 06:50:17 +0000 |
| commit | 5b48f71694fc3985a1bfc2fa3d10a7158eccb548 (patch) | |
| tree | 7f72075fc0a1653a09420cc39ca3d19df79d1e2e | |
| parent | 489da1e76a2121f8300c5687670b4dde696c3996 (diff) | |
Notes
| -rw-r--r-- | sys/dev/streams/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 1e3a708c9887..38d7fee29734 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -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 = { |
