From 6aa4d33cce95c534665f3f8e057f13a69ab10835 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 12 Sep 2021 18:12:47 +0000 Subject: sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in so non-reentrant version used otherwise git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@913 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa5ed522..85420e55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and some description at the top of its ".c" file. All utilities in the main directory have their own "man" pages. There is also a sg3_utils man page. -Changelog for pre-release sg3_utils-1.47 [20210903] [svn: r912] +Changelog for pre-release sg3_utils-1.47 [20210912] [svn: r913] - transport error handling improved. To fix report of a BAD_TARGET transport error but the utility still continued. - introduce SG_LIB_TRANSPORT_ERROR [35] exit status @@ -16,8 +16,8 @@ Changelog for pre-release sg3_utils-1.47 [20210903] [svn: r912] - sg_vpd: fix do_hex type on some recent pages - sg_read_buffer: fix --length= problem - sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors - - sg_dd: don't use srand48_r() and mrand48_r() as they are - GNU extensions. Use the non-reentrant versions instead + - sg_dd: srand48_r() and mrand48_r() are GNU libc specific, + put conditional in so non-reentrant version used otherwise - sg_xcopy: tweak CSCD identification descriptor - sg_get_elem_status: fix issue with '--maxlen=' option - add 2 depopulation revocation health attributes [sbc5r01] -- cgit v1.2.3