diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-29 00:15:08 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-29 00:15:08 +0000 |
| commit | 35a04710d7286aa9538917fd7f8e417dbee95b82 (patch) | |
| tree | 39bc32211c443e11ba4bc8d84a6a5a93dd5f4508 /sys | |
| parent | bb23d448d7ce8a7af82447f8c19e4ee616f296df (diff) | |
Notes
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. |
