=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/network.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/telnet/network.c 1995/10/18 08:46:14 1.1 +++ src/usr.bin/telnet/network.c 1996/03/27 19:33:04 1.2 @@ -1,3 +1,6 @@ +/* $OpenBSD: network.c,v 1.2 1996/03/27 19:33:04 niklas Exp $ */ +/* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ + /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +35,12 @@ */ #ifndef lint -/* from: static char sccsid[] = "@(#)network.c 8.1 (Berkeley) 6/6/93"; */ -static char *rcsid = "$Id: network.c,v 1.1 1995/10/18 08:46:14 deraadt Exp $"; +#if 0 +static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; +static char rcsid[] = "$NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $"; +#else +static char rcsid[] = "$OpenBSD: network.c,v 1.2 1996/03/27 19:33:04 niklas Exp $"; +#endif #endif /* not lint */ #include