summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/netstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/netstack.c')
-rw-r--r--usr/src/uts/common/os/netstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/netstack.c b/usr/src/uts/common/os/netstack.c
index 60ee49f8ed..7c7f0158dc 100644
--- a/usr/src/uts/common/os/netstack.c
+++ b/usr/src/uts/common/os/netstack.c
@@ -778,7 +778,7 @@ netstack_do_destroy(void)
* Increases the reference count, caller must do a netstack_rele.
* It can't be called after zone_destroy() has started.
*/
-static netstack_t *
+netstack_t *
netstack_get_current(void)
{
netstack_t *ns;