]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 1 Jun 1998 14:17:37 +0000 (14:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 1 Jun 1998 14:17:37 +0000 (14:17 +0000)
* sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.

ChangeLog
sunrpc/rpc/xdr.h

index 0ad3b1539d15fd4e0dc7d999d4d035e6d0e99447..eaf38d2b4ab279e3e277f17c590b36264bd56e39 100644 (file)
--- 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.
 
index c4bf67197d1fa363872234a076cc87674f7d463e..bf8c2c4081d2cd9fb47b68fa456ef8bfdb1eef7c 100644 (file)
@@ -115,7 +115,7 @@ typedef struct XDR XDR;
 struct XDR
   {
     enum xdr_op x_op;          /* operation; fast additional param */
-    const struct xdr_ops
+    struct xdr_ops
       {
        bool_t (*x_getlong) __P ((XDR * __xdrs, long *__lp));
        /* get a long from underlying stream */