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

Diff for /src/usr.bin/ssh/monitor_wrap.c between version 1.17 and 1.18

version 1.17, 2002/09/09 06:48:06 version 1.18, 2002/09/09 14:54:15
Line 597 
Line 597 
 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)  mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)
 {  {
         Buffer m;          Buffer m;
         u_char *p;          char *p;
         int success = 0;          int success = 0;
   
         buffer_init(&m);          buffer_init(&m);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18