summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 14:19:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-25 14:19:45 +0000
commit7906167926e8dc3c312191c19d9bbae5d56b82ce (patch)
treedeb1263f0368855c727556d2502e7d8c7f4f984d /cpukit/ChangeLog
parentMake many functions static. (diff)
downloadrtems-7906167926e8dc3c312191c19d9bbae5d56b82ce.tar.bz2
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
* telnetd/icmds.c: Rename register_icmds to _rtems_telnet_register_icmds. Make main_* functions static. * telnetd/pty.c: Make many functions static. Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys. * telnetd/pty.h: Reflect changes above. Rename get_pty to rtems_pty_get. New header guards. * telnetd/telnetd.c: Reflect changes above. * telnetd/telnetd.h: New header guards.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 252a372dbc..adf9e6bfcc 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,16 @@
2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * telnetd/icmds.c: Rename register_icmds to
+ _rtems_telnet_register_icmds. Make main_* functions static.
+ * telnetd/pty.c: Make many functions static.
+ Rename rtems_telnetd_maximum_ptys to rtems_pty_maximum_ptys.
+ * telnetd/pty.h: Reflect changes above.
+ Rename get_pty to rtems_pty_get. New header guards.
+ * telnetd/telnetd.c: Reflect changes above.
+ * telnetd/telnetd.h: New header guards.
+
+2005-10-25 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* telnet/telnet.h, telnet/telnet.c: Rename
rtems_initialize_telnetd to rtems_telnetd_initialize,
main_telnetd to rtems_telnetd_main,