Remove some compatibility stuff that we now get from the Solaris header.

This commit is contained in:
John Birrell 2007-11-29 00:15:08 +00:00
parent bb23d448d7
commit 35a04710d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174065
2 changed files with 0 additions and 26 deletions

View File

@ -49,19 +49,6 @@
#undef xdr_control
#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.
*

View File

@ -49,19 +49,6 @@
#undef xdr_control
#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.
*