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