summaryrefslogtreecommitdiffstats
path: root/sys/cddl
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-29 00:15:08 +0000
committerjb <jb@FreeBSD.org>2007-11-29 00:15:08 +0000
commitff51f4effab33909e5f55db05387899788329204 (patch)
tree39bc32211c443e11ba4bc8d84a6a5a93dd5f4508 /sys/cddl
parentffc9443b0326b2e78f2b1faebb274a01d592d2f2 (diff)
downloadFreeBSD-src-ff51f4effab33909e5f55db05387899788329204.zip
FreeBSD-src-ff51f4effab33909e5f55db05387899788329204.tar.gz
Remove some compatibility stuff that we now get from the Solaris header.
Diffstat (limited to 'sys/cddl')
-rw-r--r--sys/cddl/compat/opensolaris/rpc/xdr.h13
1 files changed, 0 insertions, 13 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.
OpenPOWER on IntegriCloud