forked from Imagelibrary/rtems
No kernel/user distinction.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user