> does it have any negative sideeffects? i mean, is there any code that > relies on xid being generated from timestamp? clnt_vc.c: call_msg.rm_xid = ((u_int32_t)++disrupt) ^ __RPC_GETXID(&now); how important "disrupt" is? itojun