mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(struct XDR): Don't mark xdr_ops element as const.
This commit is contained in:
parent
6393887e99
commit
be5cdce2f6
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user