Fix: use of strnlen breaks build on Solaris 10
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Dec 2019 22:00:49 +0000 (17:00 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Dec 2019 22:00:49 +0000 (17:00 -0500)
commita1298db6cf0b806e968d9baa6da08ab78caf460b
tree3ef6160a98134b873753639cb9dd92d9d6a60dd9
parent14c4262b940630bbb75f68b8c2eaef2b134a62d9
Fix: use of strnlen breaks build on Solaris 10

The new uuid helper library makes use of strnlen directly, which
doesn't exist on Solaris 10. Using the compat version solves this.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ie491da37f968fac417e265b5641fdf0dd3298813
src/common/uuid.c
This page took 0.057108 seconds and 4 git commands to generate.