--- ray/src/common/fputword.c 2003/07/17 09:21:29 3.7 +++ ray/src/common/fputword.c 2011/06/22 16:55:35 3.9 @@ -1,8 +1,8 @@ #ifndef lint -static const char RCSid[] = "$Id: fputword.c,v 3.7 2003/07/17 09:21:29 schorsch Exp $"; +static const char RCSid[] = "$Id: fputword.c,v 3.9 2011/06/22 16:55:35 greg Exp $"; #endif /* - * Read white space separated words from stream + * Write word to stream, quoting as necessary * * External symbols declared in rtio.h */ @@ -10,7 +10,6 @@ static const char RCSid[] = "$Id: fputword.c,v 3.7 200 #include "copyright.h" #include -#include #include "rtio.h"