aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-10-27 12:49:19 +0000
committerMark Murray <markm@FreeBSD.org>2001-10-27 12:49:19 +0000
commit6fdd5473af7032affe8600ab86544e05a4b56456 (patch)
tree147aec756a5adbc15cca3b6795f8862939ae261b /contrib/telnet
parenta08d68de5b4598f217e7af16710d027e2e20d816 (diff)
downloadsrc-6fdd5473af7032affe8600ab86544e05a4b56456.tar.gz
src-6fdd5473af7032affe8600ab86544e05a4b56456.zip
Diff-reduce these two.
Really, one of them needs to disappear. I'll figure out which later. Reported by: bde
Notes
Notes: svn path=/head/; revision=85600
Diffstat (limited to 'contrib/telnet')
-rw-r--r--contrib/telnet/arpa/telnet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/telnet/arpa/telnet.h b/contrib/telnet/arpa/telnet.h
index b8d3856727b8..af85741e40fa 100644
--- a/contrib/telnet/arpa/telnet.h
+++ b/contrib/telnet/arpa/telnet.h
@@ -217,8 +217,8 @@ char *telopts[NTELOPTS+1] = {
* For backwards compatibility, we define SLC_NAMES to be the
* list of names if SLC_NAMES is not defined.
*/
-#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
- "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
+#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
+ "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
"LNEXT", "XON", "XOFF", "FORW1", "FORW2", \
"MCL", "MCR", "MCWL", "MCWR", "MCBOL", \
"MCEOL", "INSRT", "OVER", "ECR", "EWR", \
@@ -281,7 +281,7 @@ extern char *slc_names[];
#define AUTHTYPE_KERBEROS_V5 2
#define AUTHTYPE_SPX 3
#define AUTHTYPE_MINK 4
-#define AUTHTYPE_SRA 6
+#define AUTHTYPE_SRA 6
#define AUTHTYPE_CNT 7
#define AUTHTYPE_TEST 99