diff options
Diffstat (limited to 'include/rpc/xdr.h')
-rw-r--r-- | include/rpc/xdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/xdr.h b/include/rpc/xdr.h index a82a374..2ce9205 100644 --- a/include/rpc/xdr.h +++ b/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 +#ifdef _KERNEL typedef bool_t (*xdrproc_t) __P((XDR *, void *, u_int)); #else /* |