=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Attic/authenc.c,v retrieving revision 1.6 retrieving revision 1.6.6.1 diff -c -r1.6 -r1.6.6.1 *** src/usr.bin/telnet/Attic/authenc.c 2003/06/03 02:56:18 1.6 --- src/usr.bin/telnet/Attic/authenc.c 2005/03/29 19:49:10 1.6.6.1 *************** *** 1,4 **** ! /* $OpenBSD: authenc.c,v 1.6 2003/06/03 02:56:18 millert Exp $ */ /* $NetBSD: authenc.c,v 1.5 1996/02/28 21:03:52 thorpej Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: authenc.c,v 1.6.6.1 2005/03/29 19:49:10 brad Exp $ */ /* $NetBSD: authenc.c,v 1.5 1996/02/28 21:03:52 thorpej Exp $ */ /*- *************** *** 31,37 **** */ /* ! RCSID("$Id: authenc.c,v 1.6 2003/06/03 02:56:18 millert Exp $"); */ #include "telnet_locl.h" --- 31,37 ---- */ /* ! RCSID("$Id: authenc.c,v 1.6.6.1 2005/03/29 19:49:10 brad Exp $"); */ #include "telnet_locl.h" *************** *** 80,86 **** telnet_getenv(val) const char *val; { ! return((char *)env_getvalue((unsigned char *)val)); } char * --- 80,86 ---- telnet_getenv(val) const char *val; { ! return((char *)env_getvalue((unsigned char *)val, 0)); } char *