[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.41 and 1.42

version 1.41, 2006/03/19 18:51:18 version 1.42, 2006/03/20 18:14:02
Line 626 
Line 626 
 }  }
   
 int  int
 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)  mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
 {  {
         Buffer m;          Buffer m;
         char *p, *msg;          char *p, *msg;

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42