=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/network.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/telnet/network.c 2014/07/20 08:12:46 1.13 --- src/usr.bin/telnet/network.c 2014/07/20 08:56:47 1.14 *************** *** 1,4 **** ! /* $OpenBSD: network.c,v 1.13 2014/07/20 08:12:46 guenther Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: network.c,v 1.14 2014/07/20 08:56:47 guenther Exp $ */ /* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */ /* *************** *** 48,54 **** { ring_init(&netoring, netobuf, sizeof netobuf); ring_init(&netiring, netibuf, sizeof netibuf); ! NetTrace = stdout; } --- 48,54 ---- { ring_init(&netoring, netobuf, sizeof netobuf); ring_init(&netiring, netibuf, sizeof netibuf); ! SetNetTrace(NULL); }