Diff for /libaitrpc/src/cli.c between versions 1.17.2.3 and 1.17.2.4

version 1.17.2.3, 2013/08/23 13:38:05 version 1.17.2.4, 2013/08/23 13:39:00
Line 328  rpc_pkt_Receive(int sock, int type, sockaddr_t * __res Line 328  rpc_pkt_Receive(int sock, int type, sockaddr_t * __res
                         continue;                          continue;
                 }                  }
   
                /* compiler optimize loop if while(0) and stop working 'continue' */                /* compiler optimize loop if while(0) and stop working 'continue' on some platforms */
                 break;                  break;
         } while (42);          } while (42);
   

Removed from v.1.17.2.3  
changed lines
  Added in v.1.17.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>