=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/utilities.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/telnet/utilities.c 2014/07/20 06:39:41 1.14 --- src/usr.bin/telnet/utilities.c 2014/07/20 07:34:43 1.15 *************** *** 1,4 **** ! /* $OpenBSD: utilities.c,v 1.14 2014/07/20 06:39:41 guenther Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: utilities.c,v 1.15 2014/07/20 07:34:43 guenther Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* *************** *** 38,43 **** --- 38,44 ---- #include "telnet_locl.h" #include + #include #include FILE *NetTrace = 0; /* Not in bss, since needs to stay */ *************** *** 62,68 **** * The following are routines used to print out debugging information. */ ! unsigned char NetTraceFile[MAXPATHLEN] = "(standard output)"; void SetNetTrace(file) --- 63,69 ---- * The following are routines used to print out debugging information. */ ! unsigned char NetTraceFile[PATH_MAX] = "(standard output)"; void SetNetTrace(file)