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

Diff for /src/usr.bin/login/login.c between version 1.2 and 1.3

version 1.2, 1995/11/15 06:27:30 version 1.3, 1996/05/22 11:35:24
Line 1 
Line 1 
 /*      $NetBSD: login.c,v 1.12 1994/12/23 06:53:01 jtc Exp $   */  /*      $NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $   */
   
 /*-  /*-
  * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994   * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
Line 43 
Line 43 
 #if 0  #if 0
 static char sccsid[] = "@(#)login.c     8.4 (Berkeley) 4/2/94";  static char sccsid[] = "@(#)login.c     8.4 (Berkeley) 4/2/94";
 #endif  #endif
 static char rcsid[] = "$NetBSD: login.c,v 1.12 1994/12/23 06:53:01 jtc Exp $";  static char rcsid[] = "$NetBSD: login.c,v 1.13 1996/05/15 23:50:16 jtc Exp $";
 #endif /* not lint */  #endif /* not lint */
   
 /*  /*
Line 72 
Line 72 
 #include <tzfile.h>  #include <tzfile.h>
 #include <unistd.h>  #include <unistd.h>
 #include <utmp.h>  #include <utmp.h>
   #include <util.h>
   
 #include "pathnames.h"  #include "pathnames.h"
   

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