diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 04:57:45 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-26 04:57:45 +0000 |
commit | 5dd90aa4527c92a41b35cb213e76451fc5598a2e (patch) | |
tree | 76f982c70b532b8bb48e7b38793d32ee5ef1b235 /libexec/telnetd/telnetd.c | |
parent | 0cbe16d93e279506d912159a3f989a71807a608f (diff) |
-Wall -Werror cleanup
Diffstat (limited to 'libexec/telnetd/telnetd.c')
-rw-r--r-- | libexec/telnetd/telnetd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 0382c14801b..35f831d1152 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -1368,3 +1368,4 @@ doeof() *pfrontp++ = slctab[SLC_EOF].sptr ? (unsigned char)*slctab[SLC_EOF].sptr : '\004'; } + |