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

index f2226a7494aa8f7cf0e34167adfa4f91af075755..d191414a1bae8cbad424ee5a13be56f2b83d30fc 100644 (file)
@@ -105,7 +105,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 */