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

Diff for /src/usr.bin/finger/finger.c between version 1.16 and 1.17

version 1.16, 2004/03/15 02:50:29 version 1.17, 2009/10/27 23:59:38
Line 42 
Line 42 
  *      login time is < 6 days.   *      login time is < 6 days.
  */   */
   
 #ifndef lint  
 static const char copyright[] =  
 "@(#) Copyright (c) 1989 The Regents of the University of California.\n\  
  All rights reserved.\n";  
 #endif /* not lint */  
   
 #ifndef lint  
 /*static char sccsid[] = "from: @(#)finger.c    5.22 (Berkeley) 6/29/90";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 /*  /*
  * Finger prints out information about users.  It is not portable since   * Finger prints out information about users.  It is not portable since
  * certain fields (e.g. the full user name, office, and phone numbers) are   * certain fields (e.g. the full user name, office, and phone numbers) are

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17