=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/utilities.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/telnet/utilities.c 2014/07/19 23:50:38 1.12 --- src/usr.bin/telnet/utilities.c 2014/07/20 05:22:02 1.13 *************** *** 1,4 **** ! /* $OpenBSD: utilities.c,v 1.12 2014/07/19 23:50:38 guenther Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: utilities.c,v 1.13 2014/07/20 05:22:02 guenther Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* *************** *** 30,40 **** --- 30,42 ---- * SUCH DAMAGE. */ + /* these three defines affect the behavior of */ #define TELOPTS #define TELCMDS #define SLC_NAMES #include "telnet_locl.h" + #include FILE *NetTrace = 0; /* Not in bss, since needs to stay */ int prettydump;