=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/ssh/clientloop.c 1999/11/23 22:25:53 1.11 +++ src/usr.bin/ssh/clientloop.c 1999/11/24 00:26:01 1.12 @@ -1,21 +1,21 @@ /* + * + * clientloop.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * + * Created: Sat Sep 23 12:23:57 1995 ylo + * + * The main loop for the interactive session (client side). + * + */ -clientloop.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - - -Created: Sat Sep 23 12:23:57 1995 ylo - -The main loop for the interactive session (client side). - -*/ - #include "includes.h" -RCSID("$Id: clientloop.c,v 1.11 1999/11/23 22:25:53 markus Exp $"); +RCSID("$Id: clientloop.c,v 1.12 1999/11/24 00:26:01 deraadt Exp $"); #include "xmalloc.h" #include "ssh.h"