=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/net.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/finger/net.c 2006/01/23 17:29:22 1.11 --- src/usr.bin/finger/net.c 2009/10/27 23:59:38 1.12 *************** *** 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. --- 1,4 ---- ! /* $OpenBSD: net.c,v 1.12 2009/10/27 23:59:38 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. *************** *** 31,41 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #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 --- 31,36 ----