2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>

* telnetd/icmds.c: Add header to file.
This commit is contained in:
Joel Sherrill
2007-10-19 21:34:34 +00:00
parent f3b1d6851d
commit 3ab4ba719a
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
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

View File

@@ -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