# HG changeset patch # User Jim Meyering # Date 1249028487 -7200 # Node ID 89684a234ed6c7dbb46c06952c52a352a6925053 # Parent 8c54d722e9aeabb84f932e86fdcb98faa0fe7c18 getloadvg: add ChangeLog entry for previous change diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-07-29 Matt Kraai + + getloadavg: check whether n_name is a pointer, for QNX 6.4.1 + * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name + code also if ! defined N_NAME_POINTER. + * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER. + This is required on QNX 6.4.1, where /usr/include/nlist.h exists, + but the n_name member is a 12-byte array. + 2009-07-29 Joel E. Denny update-copyright: generalize comment handling