[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.175 and 1.176

version 1.175, 2012/01/25 19:26:43 version 1.176, 2012/01/25 19:40:09
Line 1436 
Line 1436 
         }          }
 }  }
   
 int  
 packet_read_poll(void)  
 {  
         return packet_read_poll_seqnr(NULL);  
 }  
   
 /*  /*
  * Buffers the given amount of input characters.  This is intended to be used   * Buffers the given amount of input characters.  This is intended to be used
  * together with packet_read_poll.   * together with packet_read_poll.

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176