[BACK]Return to logutmp.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ftpd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/ftpd/logutmp.c between version 1.1.2.1 and 1.2

version 1.1.2.1, 1999/12/27 18:30:13 version 1.2, 2000/05/20 02:20:19
Line 54  static int topslot = -1;
Line 54  static int topslot = -1;
  */   */
   
 void  void
 login(ut)  login(const UTMP *ut)
         const UTMP *ut;  
 {  {
         UTMP ubuf;          UTMP ubuf;
   
Line 95  login(ut)
Line 94  login(ut)
 }  }
   
 int  int
 logout(line)  logout(const char *line)
         const char *line;  
 {  {
         UTMP ut;          UTMP ut;
         int rval;          int rval;

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

CVSweb <webmaster@jp.NetBSD.org>