From: Jérémie Galarneau Date: Thu, 19 Dec 2019 22:00:49 +0000 (-0500) Subject: Fix: use of strnlen breaks build on Solaris 10 X-Git-Tag: v2.12.0-rc1~169 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=a1298db6cf0b806e968d9baa6da08ab78caf460b;hp=a1298db6cf0b806e968d9baa6da08ab78caf460b;p=lttng-tools.git 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 Change-Id: Ie491da37f968fac417e265b5641fdf0dd3298813 ---