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:
bernard.xiong@gmail.com
2010-08-28 12:06:13 +00:00
parent 82d4e49881
commit 767c64e69c
4 changed files with 6 additions and 16 deletions

View File

@@ -359,10 +359,6 @@ bool_t xdr_enum(xdrs, ep)
XDR *xdrs;
enum_t *ep;
{
long lp;
lp = *ep;
/*
* enums are treated as ints
*/