PERFORCE change 128259 for review

John Birrell jb at FreeBSD.org
Sun Oct 28 16:14:16 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=128259

Change 128259 by jb at 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.


More information about the p4-projects mailing list