X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FSimpleEchoTCPServer.c;h=d4ba728fcb0ab2d65109ef41db4690a68be54b00;hb=9c3be0a6a901fad667ba1abcd8b46c712020cf26;hp=beda57480c9c9000681f2fc6dbbaf60f810145c9;hpb=54d27b07aee6d293931ee274a3ede927f517f2cf;p=gapil.git diff --git a/sources/SimpleEchoTCPServer.c b/sources/SimpleEchoTCPServer.c index beda574..d4ba728 100644 --- a/sources/SimpleEchoTCPServer.c +++ b/sources/SimpleEchoTCPServer.c @@ -26,7 +26,7 @@ * * Usage: echod * - * $Id: SimpleEchoTCPServer.c,v 1.4 2001/09/09 22:45:34 piccardi Exp $ + * $Id: SimpleEchoTCPServer.c,v 1.5 2002/12/03 11:06:05 piccardi Exp $ * ****************************************************************/ /* @@ -39,8 +39,6 @@ #include /* include standard I/O library */ #include -#include "wrappers.h" - #define BACKLOG 10 #define MAXLINE 256