diff options
| author | itojun <itojun> | 2002-06-11 17:08:37 +0000 |
|---|---|---|
| committer | itojun <itojun> | 2002-06-11 17:08:37 +0000 |
| commit | 111ff8a61dd320445f1d5167559cf65bfc2c26ca (patch) | |
| tree | 8dda48040b13a49c964b6d25a6135fda58327a22 /telnet.h | |
| parent | ad6df73f5a6c46a409c7629f5588b1b81dff6357 (diff) | |
| download | tcpdump-111ff8a61dd320445f1d5167559cf65bfc2c26ca.tar.gz | |
whitespace cleanup
Diffstat (limited to 'telnet.h')
| -rw-r--r-- | telnet.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/telnet.h,v 1.3 2001-09-17 21:58:06 fenner Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/telnet.h,v 1.4 2002-06-11 17:09:01 itojun Exp $ (LBL) */ /* $NetBSD: telnet.h,v 1.9 2001/06/11 01:50:50 wiz Exp $ */ @@ -220,12 +220,12 @@ const char *telopts[NTELOPTS+1] = { * 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", \ - "LNEXT", "XON", "XOFF", "FORW1", "FORW2", \ - "MCL", "MCR", "MCWL", "MCWR", "MCBOL", \ - "MCEOL", "INSRT", "OVER", "ECR", "EWR", \ - "EBOL", "EEOL", \ - 0, + "ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \ + "LNEXT", "XON", "XOFF", "FORW1", "FORW2", \ + "MCL", "MCR", "MCWL", "MCWR", "MCBOL", \ + "MCEOL", "INSRT", "OVER", "ECR", "EWR", \ + "EBOL", "EEOL", \ + 0, #ifdef SLC_NAMES const char *slc_names[] = { |
