No kernel/user distinction.

This commit is contained in:
Eric Norum
2004-10-25 19:22:07 +00:00
parent bb5b404856
commit 4db99d8aa1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
2004-10-25 Eric Norum <norume@aps.anl.gov>
* libnetworking/net/if_ethersubr.c: Working version of ether_sprintf().
* cpukit/librpc/include/rpc/xdr.h: No kernel/user distinction.
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>

View File

@@ -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
/*