From: Sam Leffler Date: Wed, 6 Jul 1983 15:24:51 +0000 (-0800) Subject: add banner since getty.h is about to go away X-Git-Tag: BSD-4_2-Snapshot-Development~919 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4898c5bfe44286f417189f69b69a7280501559fa add banner since getty.h is about to go away SCCS-vsn: libexec/telnetd/telnetd.c 4.24 --- diff --git a/usr/src/libexec/telnetd/telnetd.c b/usr/src/libexec/telnetd/telnetd.c index 5ef7c0d3f4..42d12394c9 100644 --- a/usr/src/libexec/telnetd/telnetd.c +++ b/usr/src/libexec/telnetd/telnetd.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)telnetd.c 4.23 (Berkeley) 83/07/02"; +static char sccsid[] = "@(#)telnetd.c 4.24 (Berkeley) 83/07/06"; #endif /* @@ -18,9 +18,9 @@ static char sccsid[] = "@(#)telnetd.c 4.23 (Berkeley) 83/07/02"; #include #include #include -#include -#define BELL '\07' +#define BELL '\07' +#define BANNER "\r\n\r\n4.2 BSD UNIX (%s)\r\n\r\r\n\r%s" char hisopts[256]; char myopts[256];