X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FSimpleEchoTCPServer.c;h=d4ba728fcb0ab2d65109ef41db4690a68be54b00;hp=beda57480c9c9000681f2fc6dbbaf60f810145c9;hb=72b2686a82a62331891ca894a6c3b476365363fc;hpb=54d27b07aee6d293931ee274a3ede927f517f2cf 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