From 3ab4ba719a00ee38f4c8dcaff7d7d6263abee9ed Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Oct 2007 21:34:34 +0000 Subject: [PATCH] 2007-10-19 Joel Sherrill * telnetd/icmds.c: Add header to file. --- cpukit/ChangeLog | 4 ++++ cpukit/telnetd/icmds.c | 11 +++++++++++ 2 files changed, 15 insertions(+) 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