Date: Sun, 28 Oct 2007 23:14:15 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 128259 for review Message-ID: <200710282314.l9SNEF4G063062@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128259 Change 128259 by jb@jb_freebsd1 on 2007/10/28 23:14:13 Remove definitions which clash with those in a Solaris header of the same name. Affected files ... .. //depot/projects/dtrace/src/sys/compat/opensolaris/rpc/xdr.h#2 edit Differences ... ==== //depot/projects/dtrace/src/sys/compat/opensolaris/rpc/xdr.h#2 (text+ko) ==== @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710282314.l9SNEF4G063062>