diff options
author | Robert Mustacchi <rm@joyent.com> | 2015-10-15 21:07:05 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-10-15 21:07:22 +0000 |
commit | 839f5c3a41e3409232c9a97dabfe5e86960709f3 (patch) | |
tree | f20155dc3bf6b8e16f002ab42060e2b4c6b62434 /usr | |
parent | 26f21432c6fcc90847a2f0e01708bee774317368 (diff) | |
download | illumos-joyent-839f5c3a41e3409232c9a97dabfe5e86960709f3.tar.gz |
OS-4839 Want ability to toggle etherstub link state (fix debug)
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/uts/common/io/vnic/vnic_dev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/vnic/vnic_dev.c b/usr/src/uts/common/io/vnic/vnic_dev.c index 045eea2829..8d5af8af84 100644 --- a/usr/src/uts/common/io/vnic/vnic_dev.c +++ b/usr/src/uts/common/io/vnic/vnic_dev.c @@ -1094,7 +1094,6 @@ vnic_m_setprop(void *m_driver, const char *pr_name, mac_prop_id_t pr_num, break; } case MAC_PROP_PRIVATE: { - link_state_t ls; long val, i; const char *v; |