summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-25 19:22:07 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-25 19:22:07 +0000
commit4db99d8aa10d96067deac14887745be8b9706c87 (patch)
tree61aae3b4352013b7a67213a097e4dad12a1db5eb /cpukit/librpc/include
parentInstall working version of ether_sprintf(). (diff)
downloadrtems-4db99d8aa10d96067deac14887745be8b9706c87.tar.bz2
No kernel/user distinction.
Diffstat (limited to 'cpukit/librpc/include')
-rw-r--r--cpukit/librpc/include/rpc/xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpc/xdr.h b/cpukit/librpc/include/rpc/xdr.h
index 75c2493176..0b67b48510 100644
--- a/cpukit/librpc/include/rpc/xdr.h
+++ b/cpukit/librpc/include/rpc/xdr.h
@@ -129,7 +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.
*/
-#ifdef _KERNEL
+#if 0 /* RTEMS has no kernel/user distinction */
typedef bool_t (*xdrproc_t) __P((XDR *, void *, u_int));
#else
/*