summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/xdr.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 11:22:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-07 11:22:50 +0000
commitc9165ef0854d059f69d20a22c74384f827c472cb (patch)
tree87acd1144215b318bcea3e2644905f7f3194483f /cpukit/librpc/include/rpc/xdr.h
parent2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c9165ef0854d059f69d20a22c74384f827c472cb.tar.bz2
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* librpc/include/rpc/xdr.h: Remove questionable comments. * librpc/include/rpc/auth.h: Remove __P, ansi-fy. * librpc/src/rpc/auth_none.c: Reflect changes above. Partial update from FreeBSD.
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