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

Diff for /src/usr.bin/ssh/cleanup.c between version 1.1.12.1 and 1.2

version 1.1.12.1, 2006/10/06 03:19:32 version 1.2, 2006/03/19 18:51:18
Line 1 
Line 1 
 /* $OpenBSD$ */  
 /*  /*
  * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>   * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
  *   *
Line 14 
Line 13 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   #include "includes.h"
 #include <sys/types.h>  
   
 #include <unistd.h>  
 #include <stdarg.h>  
   
 #include "log.h"  #include "log.h"
   

Legend:
Removed from v.1.1.12.1  
changed lines
  Added in v.1.2