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-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=a1298db6cf0b806e968d9baa6da08ab78caf460b;hp=a1298db6cf0b806e968d9baa6da08ab78caf460b 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 ---