diff options
Diffstat (limited to 'sunrpc/authuxprot.c')
-rw-r--r-- | sunrpc/authuxprot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/authuxprot.c b/sunrpc/authuxprot.c index d172ebc..9f0242f 100644 --- a/sunrpc/authuxprot.c +++ b/sunrpc/authuxprot.c @@ -46,6 +46,7 @@ static char sccsid[] = "@(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro"; /* * XDR for unix authentication parameters. + * Unfortunately, none of these can be declared const. */ bool_t xdr_authunix_parms (XDR * xdrs, struct authunix_parms *p) |