diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-06 12:59:13 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-06-06 12:59:13 +0000 |
commit | e39745b938898690ab77c0f2d52bf71f600f8229 (patch) | |
tree | 72cf110d82fa20feb716c9857c31135b436e0685 | |
parent | c059c06ba3e2f61dd0157152f69abb25ff640fd8 (diff) | |
download | busybox-w32-e39745b938898690ab77c0f2d52bf71f600f8229.tar.gz busybox-w32-e39745b938898690ab77c0f2d52bf71f600f8229.tar.bz2 busybox-w32-e39745b938898690ab77c0f2d52bf71f600f8229.zip |
Email addr fix
git-svn-id: svn://busybox.net/trunk/busybox@4867 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | networking/telnet.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/telnet.c b/networking/telnet.c index 8f9ce7e94..53616c01d 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -25,8 +25,7 @@ | |||
25 | * HISTORY | 25 | * HISTORY |
26 | * Revision 3.1 1994/04/17 11:31:54 too | 26 | * Revision 3.1 1994/04/17 11:31:54 too |
27 | * initial revision | 27 | * initial revision |
28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen | 28 | * Modified 2000/06/13 for inclusion into BusyBox by Erik Andersen <andersee@debian.org> |
29 | * <andersen@lineo.com> | ||
30 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan | 29 | * Modified 2001/05/07 to add ability to pass TTYPE to remote host by Jim McQuillan |
31 | * <jam@ltsp.org> | 30 | * <jam@ltsp.org> |
32 | * | 31 | * |