aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2016-01-19 23:16:24 +0000
committerAlan Somers <asomers@FreeBSD.org>2016-01-19 23:16:24 +0000
commit34a484f35396fcb2955e03e2dd3fdb5a9dcea46f (patch)
tree9e2c1a182182a15efc0c8231f2d0f72d0f89bbf6 /sys
parentfcd2678171b835c97d0aa2e1368c495b6b41f455 (diff)
downloadsrc-34a484f35396fcb2955e03e2dd3fdb5a9dcea46f.tar.gz
src-34a484f35396fcb2955e03e2dd3fdb5a9dcea46f.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
index b2dae24ebcdb..85b31f001f6d 100644
--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c
@@ -291,8 +291,8 @@ static void
nvlist_get_guids(nvlist_t *list, uint64_t *pguid, uint64_t *vguid)
{
- nvlist_lookup_uint64(list, ZPOOL_CONFIG_GUID, vguid);
- nvlist_lookup_uint64(list, ZPOOL_CONFIG_POOL_GUID, pguid);
+ (void) nvlist_lookup_uint64(list, ZPOOL_CONFIG_GUID, vguid);
+ (void) nvlist_lookup_uint64(list, ZPOOL_CONFIG_POOL_GUID, pguid);
}
static int