OSDN Git Service

rpc: ifdef out xdrrec_{get,put}long if int32 == long,
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 08:37:27 +0000 (08:37 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 1 Dec 2008 08:37:27 +0000 (08:37 -0000)
commit1a21daadde12abfbb148b0bf07b26fbb56aa410a
tree021b76d0c325ece24f3668e2c7a0fed83df4de53
parent7c640bbb18a519ed003d5fa80bad96eb204ed693
rpc: ifdef out xdrrec_{get,put}long if int32 == long,
 otherwise use xdrrec_{get,put}int32 + trivial transform.
 eliminate warnings.
des: small shrink + eliminate a warning
libc/inet/rpc/create_xid.c
libc/inet/rpc/xdr.c
libc/inet/rpc/xdr_intXX_t.c
libc/inet/rpc/xdr_rec.c
libcrypt/des.c