diff options
author | jb <jb@FreeBSD.org> | 2007-11-29 00:15:08 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2007-11-29 00:15:08 +0000 |
commit | ff51f4effab33909e5f55db05387899788329204 (patch) | |
tree | 39bc32211c443e11ba4bc8d84a6a5a93dd5f4508 | |
parent | ffc9443b0326b2e78f2b1faebb274a01d592d2f2 (diff) | |
download | FreeBSD-src-ff51f4effab33909e5f55db05387899788329204.zip FreeBSD-src-ff51f4effab33909e5f55db05387899788329204.tar.gz |
Remove some compatibility stuff that we now get from the Solaris header.
-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 7fc09d27..d845c27 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 7fc09d27..d845c27 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. |