=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/log-client.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/ssh/Attic/log-client.c 1999/11/23 22:25:53 1.5 +++ src/usr.bin/ssh/Attic/log-client.c 1999/11/24 00:26:02 1.6 @@ -1,21 +1,21 @@ /* + * + * log-client.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Mon Mar 20 21:13:40 1995 ylo + * + * Client-side versions of debug(), log(), etc. These print to stderr. + * This is a stripped down version of log-server.c. + * + */ -log-client.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Mon Mar 20 21:13:40 1995 ylo - -Client-side versions of debug(), log(), etc. These print to stderr. -This is a stripped down version of log-server.c. - -*/ - #include "includes.h" -RCSID("$Id: log-client.c,v 1.5 1999/11/23 22:25:53 markus Exp $"); +RCSID("$Id: log-client.c,v 1.6 1999/11/24 00:26:02 deraadt Exp $"); #include "xmalloc.h" #include "ssh.h"