The following commit has been merged in the master branch:
commit b7bfd3aa2715e49b2b1ec056b60d8dda72317ebc
Author: Chaskiel Grundman <[email protected]>
Date:   Fri Sep 20 14:28:07 2013 -0400

    rxgen: Always pass aliases (typedefs) as pointers
    
    Since prototypes were introduced, xdr functions for typedef foo
    expect a foo *, never a foo, even if the underlying type is an array.
    print_param (for stubs) got this right, but print_stat (for inter-xdr
    calls) did not.
    
    Change-Id: I2b12aaf919fd39e6195d85072fdfd915a1c509f0
    Reviewed-on: http://gerrit.openafs.org/10259
    Reviewed-by: Daria Brashear <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>

 src/rxgen/rpc_util.c |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to