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

Diff for /src/usr.bin/finger/net.c between version 1.11 and 1.12

version 1.11, 2006/01/23 17:29:22 version 1.12, 2009/10/27 23:59:38
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 /*static char sccsid[] = "from: @(#)net.c       5.5 (Berkeley) 6/1/90";*/  
 static const char rcsid[] = "$OpenBSD$";  
 #endif /* not lint */  
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <netinet/in.h>  #include <netinet/in.h>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12