(struct XDR): Don't mark xdr_ops element as const.

This commit is contained in:
Ulrich Drepper 1998-06-01 14:18:00 +00:00
parent 6393887e99
commit be5cdce2f6

View 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 */