diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cddl/compat/opensolaris/rpc/xdr.h | 13 | ||||
| -rw-r--r-- | sys/compat/opensolaris/rpc/xdr.h | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/sys/cddl/compat/opensolaris/rpc/xdr.h b/sys/cddl/compat/opensolaris/rpc/xdr.h index 7fc09d276483..d845c27cc4e8 100644 --- a/sys/cddl/compat/opensolaris/rpc/xdr.h +++ b/sys/cddl/compat/opensolaris/rpc/xdr.h @@ -50,19 +50,6 @@ #define xdr_control(a,b,c) xdrmem_control(a,b,c) /* - * These are XDR control operators - */ - -#define XDR_GET_BYTES_AVAIL 1 - -struct xdr_bytesrec { - bool_t xc_is_last_record; - size_t xc_num_avail; -}; - -typedef struct xdr_bytesrec xdr_bytesrec; - -/* * These are the request arguments to XDR_CONTROL. * * XDR_PEEK - returns the contents of the next XDR unit on the XDR stream. diff --git a/sys/compat/opensolaris/rpc/xdr.h b/sys/compat/opensolaris/rpc/xdr.h index 7fc09d276483..d845c27cc4e8 100644 --- a/sys/compat/opensolaris/rpc/xdr.h +++ b/sys/compat/opensolaris/rpc/xdr.h @@ -50,19 +50,6 @@ #define xdr_control(a,b,c) xdrmem_control(a,b,c) /* - * These are XDR control operators - */ - -#define XDR_GET_BYTES_AVAIL 1 - -struct xdr_bytesrec { - bool_t xc_is_last_record; - size_t xc_num_avail; -}; - -typedef struct xdr_bytesrec xdr_bytesrec; - -/* * These are the request arguments to XDR_CONTROL. * * XDR_PEEK - returns the contents of the next XDR unit on the XDR stream. |
