[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 and 1.1.14.1

version 1.1, 2003/09/23 20:17:11 version 1.1.14.1, 2006/09/30 04:06:50
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>   * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
  *   *
Line 13 
Line 14 
  * 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"  
 RCSID("$OpenBSD$");  #include <sys/types.h>
   
   #include <unistd.h>
   #include <stdarg.h>
   
 #include "log.h"  #include "log.h"
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.14.1