summaryrefslogtreecommitdiff
path: root/libexec/telnetd/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/telnetd/ext.h')
-rw-r--r--libexec/telnetd/ext.h2
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 */