=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/net.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/finger/net.c 2004/03/15 02:50:29 1.10 --- src/usr.bin/finger/net.c 2006/01/23 17:29:22 1.11 *************** *** 1,4 **** ! /* $OpenBSD: net.c,v 1.10 2004/03/15 02:50:29 tedu Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: net.c,v 1.11 2006/01/23 17:29:22 millert Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 34,43 **** #ifndef lint /*static char sccsid[] = "from: @(#)net.c 5.5 (Berkeley) 6/1/90";*/ ! static const char rcsid[] = "$OpenBSD: net.c,v 1.10 2004/03/15 02:50:29 tedu Exp $"; #endif /* not lint */ ! #include #include #include #include --- 34,43 ---- #ifndef lint /*static char sccsid[] = "from: @(#)net.c 5.5 (Berkeley) 6/1/90";*/ ! static const char rcsid[] = "$OpenBSD: net.c,v 1.11 2006/01/23 17:29:22 millert Exp $"; #endif /* not lint */ ! #include #include #include #include