diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-29 21:30:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-29 21:30:56 +0000 |
commit | ea3bfaf6702beee76da363cc49a89b0f791d2b72 (patch) | |
tree | 9b075050534252d0012dfd07954354deae8e6963 /libexec/telnetd/ext.h | |
parent | 135ff5877badf7685592cfb68903fb765c3e7c2a (diff) |
Add back gettytab reading but use cget* instead of the obsolescent gtget*
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r-- | libexec/telnetd/ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 8454a7a1c41..dba7049e543 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -55,7 +55,7 @@ extern int require_otp; #ifdef AUTHENTICATION extern int auth_level; #endif -extern const char *new_login; +extern char *new_login; extern slcfun slctab[NSLC + 1]; /* slc mapping table */ |