From 4db99d8aa10d96067deac14887745be8b9706c87 Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Mon, 25 Oct 2004 19:22:07 +0000 Subject: No kernel/user distinction. --- cpukit/librpc/include/rpc/xdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/librpc') 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 /* -- cgit v1.2.3