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

Diff for /src/usr.bin/ssh/Attic/pty.h between version 1.3 and 1.4

version 1.3, 1999/11/24 19:53:49 version 1.4, 1999/12/06 12:10:12
Line 24 
Line 24 
  * descriptors for the pty and tty sides and the name of the tty side are   * descriptors for the pty and tty sides and the name of the tty side are
  * returned (the buffer must be able to hold at least 64 characters).   * returned (the buffer must be able to hold at least 64 characters).
  */   */
 int     pty_allocate(int *ptyfd, int *ttyfd, char *ttyname);  int     pty_allocate(int *ptyfd, int *ttyfd, char *ttyname, int ttynamelen);
   
 /*  /*
  * Releases the tty.  Its ownership is returned to root, and permissions to   * Releases the tty.  Its ownership is returned to root, and permissions to

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4