Clean up compilation warnings.

This commit is contained in:
Paul Traina 1995-08-23 05:31:06 +00:00
parent abdd03a364
commit e3149abdf5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10181

View File

@ -34,13 +34,16 @@
* SUCH DAMAGE.
*
* @(#)echo.c 8.1 (Berkeley) 5/31/93
* $Id$
* $Id: echo.c,v 1.2 1994/09/24 02:58:29 davidg Exp $
*/
/*
* Echo command.
*/
#ifdef main
#undef main
#endif
#define main echocmd
#include "bltin.h"