diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index a4e9861772..c12a977db9 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-10-19 Joel Sherrill + + * telnetd/icmds.c: Add header to file. + 2007-10-19 Joel Sherrill * libcsupport/src/assoc.c: Removed. Accidentally included routine 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