getloadvg: add ChangeLog entry for previous change
authorJim Meyering <meyering@redhat.com>
Fri, 31 Jul 2009 08:21:27 +0000 (10:21 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 31 Jul 2009 08:21:27 +0000 (10:21 +0200)
ChangeLog

index 5f1c812..239faa6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-29  Matt Kraai  <mkraai@beckman.com>
+
+       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  <jdenny@clemson.edu>
 
        update-copyright: generalize comment handling