summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/librpc/include/rpc/xdr.h')
-rw-r--r--cpukit/librpc/include/rpc/xdr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/librpc/include/rpc/xdr.h b/cpukit/librpc/include/rpc/xdr.h
index 734983363a..78385bdee2 100644
--- a/cpukit/librpc/include/rpc/xdr.h
+++ b/cpukit/librpc/include/rpc/xdr.h
@@ -129,14 +129,7 @@ typedef struct __rpc_xdr {
* to be decoded. If this pointer is 0, then the type routines should
* allocate dynamic storage of the appropriate size and return it.
*/
-#if 0 /* RTEMS has no kernel/user distinction */
-typedef bool_t (*xdrproc_t) (XDR *, void *, u_int);
-#else
-/*
- * XXX can't actually prototype it, because some take two args!!!
- */
typedef bool_t (*xdrproc_t) (XDR *, void *, ...);
-#endif
/*
* Operations defined on a XDR handle