mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-29 02:20:21 +00:00
fix enum_t and strrchr issue according to superyongzhe patch.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@883 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -359,10 +359,6 @@ bool_t xdr_enum(xdrs, ep)
|
||||
XDR *xdrs;
|
||||
enum_t *ep;
|
||||
{
|
||||
long lp;
|
||||
|
||||
lp = *ep;
|
||||
|
||||
/*
|
||||
* enums are treated as ints
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user