summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/telnetd/telnetd.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 64f195db5c..9d21fcc590 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * telnetd/telnetd.h: Spacing.
+
+2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/include/rtems/rtems/clock.h, rtems/src/clocktodtoseconds.c,
rtems/src/clocktodvalidate.c: Add const to parameter.
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/telnetd/telnetd.h
index 0e9e4fde7d..a146ad942b 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/telnetd/telnetd.h
@@ -103,7 +103,7 @@ extern rtems_telnetd_config_table rtems_telnetd_config;
*
* Uses the application provided @ref rtems_telnetd_config configuration table.
*/
-rtems_status_code rtems_telnetd_initialize( void);
+rtems_status_code rtems_telnetd_initialize(void);
#ifdef __cplusplus
}