[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.6.2.1 and 1.6.2.2

version 1.6.2.1, 2000/09/01 18:23:21 version 1.6.2.2, 2000/11/08 21:31:05
Line 1 
Line 1 
 /*  /*
  *  
  * pty.h  
  *  
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
  *  
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved   *                    All rights reserved
  *  
  * Created: Fri Mar 17 05:03:28 1995 ylo  
  *  
  * Functions for allocating a pseudo-terminal and making it the controlling   * Functions for allocating a pseudo-terminal and making it the controlling
  * tty.   * tty.
    *
    * As far as I am concerned, the code I have written for this software
    * can be used freely for any purpose.  Any derived versions of this
    * software must be clearly marked as such, and if the derived work is
    * incompatible with the protocol description in the RFC file, it must be
    * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /* RCSID("$OpenBSD$"); */  /* RCSID("$OpenBSD$"); */

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2