diff options
author | setje <none@none> | 2007-05-04 14:25:21 -0700 |
---|---|---|
committer | setje <none@none> | 2007-05-04 14:25:21 -0700 |
commit | a9ddc71cf44cc99898f13a788230a7f50977d628 (patch) | |
tree | bbbbf51d195b58ab6119c0fb96b75170a3ea6b80 /usr/src/uts/sun/sys/bootconf.h | |
parent | fee38f6fd6a6fbebea04db28cf9e4d351fb48311 (diff) | |
download | illumos-joyent-a9ddc71cf44cc99898f13a788230a7f50977d628.tar.gz |
6490981 netstrategy continues to report empty strings for dhcp'd interfaces even after a driver is added
Diffstat (limited to 'usr/src/uts/sun/sys/bootconf.h')
-rw-r--r-- | usr/src/uts/sun/sys/bootconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/sun/sys/bootconf.h b/usr/src/uts/sun/sys/bootconf.h index 2387d44d0d..beaa49a17c 100644 --- a/usr/src/uts/sun/sys/bootconf.h +++ b/usr/src/uts/sun/sys/bootconf.h @@ -245,6 +245,8 @@ extern char *default_path; extern char *dhcack; extern char *netdev_path; +extern char *strplumb_get_netdev_path(void); + #endif /* _KERNEL && !_BOOT */ #ifdef __cplusplus |