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

Diff for /src/usr.bin/finger/util.c between version 1.22 and 1.23

version 1.22, 2005/08/23 13:43:53 version 1.23, 2009/10/27 23:59:38
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /*static char sccsid[] = "from: @(#)util.c      5.14 (Berkeley) 1/17/91";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/uio.h>  #include <sys/uio.h>
 #include <sys/param.h>  #include <sys/param.h>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23