summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-01 14:17:37 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-01 14:17:37 +0000
commit112f5896cc947bd7f6d28e4dec473eb429a12787 (patch)
tree78997b501119463a03906406b4b4cc3f0aa8a6ce /ChangeLog
parentfa1f94fe1d93d398877468451a9881dde7c7e74a (diff)
Update.
* sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ad3b1539d..eaf38d2b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1998-06-01 Ulrich Drepper <drepper@cygnus.com>
+ * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
+
* sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
of ((unused)). Reported by Bruno Haible.