summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 21:34:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 21:34:34 +0000
commit3ab4ba719a00ee38f4c8dcaff7d7d6263abee9ed (patch)
tree46aaa716c75dfeefa52fa331449427f64bc3f432 /cpukit
parentFix typo. (diff)
downloadrtems-3ab4ba719a00ee38f4c8dcaff7d7d6263abee9ed.tar.bz2
2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* telnetd/icmds.c: Add header to file.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/telnetd/icmds.c11
2 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a4e9861772..c12a977db9 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * telnetd/icmds.c: Add header to file.
+
+2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* libcsupport/src/assoc.c: Removed. Accidentally included routine
also in another file. Mistake after splitting.
* libcsupport/Makefile.am: Reflect file removal.
diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c
index f870e34682..f72483b78a 100644
--- a/cpukit/telnetd/icmds.c
+++ b/cpukit/telnetd/icmds.c
@@ -1,3 +1,14 @@
+/*
+ * Author: Fernando RUIZ CASAS (fernando.ruiz@ctv.es)
+ * May 2001
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * $Id$
+ */
+
#if HAVE_CONFIG_H
#include "config.h"
#endif