~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/sunrpc/clnt_udp.c

  • Committer: joseph
  • Date: 2013-09-05 22:41:05 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23928
Merge changes between r23795 and r23927 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
      /*
599
599
       * This RELIES on the information that, in the call body,
600
600
       * the version number field is the fifth field from the
601
 
       * begining of the RPC header. MUST be changed if the
 
601
       * beginning of the RPC header. MUST be changed if the
602
602
       * call_struct is changed
603
603
       */
604
604
      memcpy (&ui32, cu->cu_outbuf + 4 * BYTES_PER_XDR_UNIT, sizeof (ui32));
614
614
      /*
615
615
       * This RELIES on the information that, in the call body,
616
616
       * the program number field is the  field from the
617
 
       * begining of the RPC header. MUST be changed if the
 
617
       * beginning of the RPC header. MUST be changed if the
618
618
       * call_struct is changed
619
619
       */
620
620
      memcpy (&ui32, cu->cu_outbuf + 3 * BYTES_PER_XDR_UNIT, sizeof (ui32));