about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-28 17:53:49 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-28 17:53:49 +0000
commit0e5d0c0ad882cbd74e57404a617ad042814bcff0 (patch)
treef57a7bd762235f9b09d86ba9456ed3d83858dc1b /ChangeLog
parent1df660845c6608c184587756db6706f1ee89c396 (diff)
downloadglibc-0e5d0c0ad882cbd74e57404a617ad042814bcff0.tar.gz
glibc-0e5d0c0ad882cbd74e57404a617ad042814bcff0.tar.xz
glibc-0e5d0c0ad882cbd74e57404a617ad042814bcff0.zip
Update.
	* sunrpc/xdr_rec.c (xdrrec_getpos): Add cast to long to avoid warning.
	* sunrpc/xdr_sizeof.c (x_inline): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4105018173..4f619a5be9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
 
+	* sunrpc/xdr_rec.c (xdrrec_getpos): Add cast to long to avoid warning.
+	* sunrpc/xdr_sizeof.c (x_inline): Likewise.
+
 	* sysdeps/ieee754/ldbl-96/s_frexpl.c: Include <float.h>.
 
 	* conform/conformtest.pl: Define $mustprepend{"stdio.h"}.