=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/pty.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/Attic/pty.c 1999/11/23 22:25:54 1.6 +++ src/usr.bin/ssh/Attic/pty.c 1999/11/24 00:26:02 1.7 @@ -1,20 +1,20 @@ /* + * + * pty.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Fri Mar 17 04:37:25 1995 ylo + * + * Allocating a pseudo-terminal, and making it the controlling tty. + * + */ -pty.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Fri Mar 17 04:37:25 1995 ylo - -Allocating a pseudo-terminal, and making it the controlling tty. - -*/ - #include "includes.h" -RCSID("$Id: pty.c,v 1.6 1999/11/23 22:25:54 markus Exp $"); +RCSID("$Id: pty.c,v 1.7 1999/11/24 00:26:02 deraadt Exp $"); #include "pty.h" #include "ssh.h"