[BACK]Return to log-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/log-client.c between version 1.7 and 1.8

version 1.7, 2000/02/27 18:50:09 version 1.8, 2000/04/14 10:30:31
Line 1 
Line 1 
 /*  /*
  *   *
  * log-client.c   * log-client.c
  *   *
  * 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: Mon Mar 20 21:13:40 1995 ylo   * Created: Mon Mar 20 21:13:40 1995 ylo
  *   *
  * Client-side versions of debug(), log(), etc.  These print to stderr.   * Client-side versions of debug(), log(), etc.  These print to stderr.
  * This is a stripped down version of log-server.c.   * This is a stripped down version of log-server.c.
  *   *
  */   */
   
 #include "includes.h"  #include "includes.h"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8