diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-05-21 22:00:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-05-21 22:00:48 +0000 |
commit | 5a04a4228c17def8ccffb60c932fcfea7fdee7cd (patch) | |
tree | c8bbf3d9f67de2e185041c1ccd611d692f858246 /sunrpc | |
parent | 4cad81b6e72ed99c7816f28ad6828196b2ac7b65 (diff) | |
download | glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.tar glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.tar.gz glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.tar.bz2 glibc-5a04a4228c17def8ccffb60c932fcfea7fdee7cd.zip |
Updated to fedora-glibc-20060521T2153cvs/fedora-glibc-2_4_90-9
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/xdr_rec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr_rec.c b/sunrpc/xdr_rec.c index 1be3a4ad26..e847e9b47c 100644 --- a/sunrpc/xdr_rec.c +++ b/sunrpc/xdr_rec.c @@ -176,7 +176,7 @@ xdrrec_create (XDR *xdrs, u_int sendsize, /* * now the rest ... */ - /* We have to add the const since the `struct xdr_ops' in `struct XDR' + /* We have to add the cast since the `struct xdr_ops' in `struct XDR' is not `const'. */ xdrs->x_ops = (struct xdr_ops *) &xdrrec_ops; xdrs->x_private = (caddr_t) rstrm; |