summaryrefslogtreecommitdiffstats
path: root/crypto/telnet/telnetd/slc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/telnet/telnetd/slc.c')
-rw-r--r--crypto/telnet/telnetd/slc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/telnet/telnetd/slc.c b/crypto/telnet/telnetd/slc.c
index 9579d0d..90780f3 100644
--- a/crypto/telnet/telnetd/slc.c
+++ b/crypto/telnet/telnetd/slc.c
@@ -32,14 +32,18 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include "telnetd.h"
#ifdef LINEMODE
/*
- * local varibles
+ * local variables
*/
static unsigned char *def_slcbuf = (unsigned char *)0;
static int def_slclen = 0;
OpenPOWER on IntegriCloud