diff options
-rw-r--r-- | usr/src/lib/fm/topo/libtopo/common/topo_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c index 9d68061e11..8d9408dd59 100644 --- a/usr/src/lib/fm/topo/libtopo/common/topo_subr.c +++ b/usr/src/lib/fm/topo/libtopo/common/topo_subr.c @@ -561,7 +561,7 @@ static const topo_pgroup_info_t auth_pgroup = { void topo_pgroup_hcset(tnode_t *node, nvlist_t *auth) { - int err, ret; + int err; char isa[MAXNAMELEN]; struct utsname uts; char *prod, *psn, *csn, *server; |