diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-11-12 00:18:19 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-11-12 00:18:19 -0500 |
commit | ab26144ebb79009a4cdf50c6768bcb4b2debcdcb (patch) | |
tree | db75e73e3baec3c42c330d686369eb4711836938 /ChangeLog | |
parent | 8a6d525522b2fb04cec86b48c5b25818d395bbbd (diff) | |
download | glibc-ab26144ebb79009a4cdf50c6768bcb4b2debcdcb.tar.gz glibc-ab26144ebb79009a4cdf50c6768bcb4b2debcdcb.tar.xz glibc-ab26144ebb79009a4cdf50c6768bcb4b2debcdcb.zip |
Fix warning in nis_table
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0fe09d0b52..dd1e49f5db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-11-12 Ulrich Drepper <drepper@gmail.com> + + * nis/nis_table.c (nis_list): Use variable of correct type for + result of __follow_path call. + 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version |