=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/main.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/telnet/main.c 2014/07/20 05:22:02 1.24 --- src/usr.bin/telnet/main.c 2014/07/20 06:39:41 1.25 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.24 2014/07/20 05:22:02 guenther Exp $ */ /* $NetBSD: main.c,v 1.5 1996/02/28 21:04:05 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.25 2014/07/20 06:39:41 guenther Exp $ */ /* $NetBSD: main.c,v 1.5 1996/02/28 21:04:05 thorpej Exp $ */ /* *************** *** 32,41 **** #include "telnet_locl.h" ! /* These values need to be the same as defined in libtelnet/kerberos5.c */ ! /* Either define them in both places, or put in some common header file. */ ! #define OPTS_FORWARD_CREDS 0x00000002 ! #define OPTS_FORWARDABLE_CREDS 0x00000001 int family = AF_UNSPEC; int rtableid = -1; --- 32,38 ---- #include "telnet_locl.h" ! #include int family = AF_UNSPEC; int rtableid = -1;