diff options
author | Ricardo M. Correia <[email protected]> | 2009-03-11 05:39:03 +0000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-03-11 16:27:35 -0700 |
commit | 6c33eb816268ef3fef9bb8ca9079bb46aad26605 (patch) | |
tree | 6a2c6d3160aeb648531761dc56b9a2af04f80106 /include | |
parent | f48b61938a7efc427946418e987ce751ca6160c7 (diff) |
Minor bug fix in XDR code introduced in last minute change before landing.
1) Removed xdr_bytesrec typedef which has no consumers. If we re-add
it should also probably be xdr_bytesrec_t.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpc/xdr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index 5b8165460..43919ca25 100644 --- a/include/rpc/xdr.h +++ b/include/rpc/xdr.h @@ -68,8 +68,6 @@ struct xdr_bytesrec { size_t xc_num_avail; }; -typedef struct xdr_bytesrec xdr_bytesrec; - /* * XDR functions. */ |