summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/termstat.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-07-23 22:00:51 +0000
committerkris <kris@FreeBSD.org>2001-07-23 22:00:51 +0000
commitda715e7cac1451ae3fb5369dbdc5b89df5e1ee5c (patch)
treee5b2bca7ffc1d7e38ba4a0c0205b0c13e35378d0 /libexec/telnetd/termstat.c
parentd05113329370acaef185fddba13412afb6e9a48e (diff)
downloadFreeBSD-src-da715e7cac1451ae3fb5369dbdc5b89df5e1ee5c.zip
FreeBSD-src-da715e7cac1451ae3fb5369dbdc5b89df5e1ee5c.tar.gz
MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()
to ensure deterministic operation
Diffstat (limited to 'libexec/telnetd/termstat.c')
-rw-r--r--libexec/telnetd/termstat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c
index 83116c7..2a5c74c 100644
--- a/libexec/telnetd/termstat.c
+++ b/libexec/telnetd/termstat.c
@@ -136,7 +136,6 @@ int newmap = 1; /* nonzero if \n maps to ^M^J */
void
localstat()
{
- void netflush();
int need_will_echo = 0;
#if defined(CRAY2) && defined(UNICOS5)
@@ -381,7 +380,6 @@ flowstat()
clientstat(code, parm1, parm2)
register int code, parm1, parm2;
{
- void netflush();
/*
* Get a copy of terminal characteristics.
OpenPOWER on IntegriCloud