X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FSimpleEchoTCPClient.c;h=f6941635986b0151f309ecb6daa462f7cdf6e3ea;hp=5661f870a1e96c96593badfe43984e35fb1d9ebd;hb=59b107d5207f19e0049bbd1032e10cba660da92e;hpb=54d27b07aee6d293931ee274a3ede927f517f2cf diff --git a/sources/SimpleEchoTCPClient.c b/sources/SimpleEchoTCPClient.c index 5661f87..f694163 100644 --- a/sources/SimpleEchoTCPClient.c +++ b/sources/SimpleEchoTCPClient.c @@ -26,7 +26,7 @@ * * Usage: echo -h give all info's * - * $Id: SimpleEchoTCPClient.c,v 1.4 2001/09/09 22:45:34 piccardi Exp $ + * $Id: SimpleEchoTCPClient.c,v 1.5 2002/12/03 11:06:05 piccardi Exp $ * ****************************************************************/ /* @@ -38,8 +38,6 @@ #include /* socket library */ #include /* include standard I/O library */ -#include "wrappers.h" - #define MAXLINE 256 void usage(void); void EchoClient(FILE * filein, int socket);