X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FTCP_echo.c;h=879d90065f160c839fc75149b26467dc5ccbe375;hb=eba75c4aaf390ff55ad6697ab80d4c1512ea2f39;hp=50f681b6e09aacb0d59acccaf885161294337601;hpb=d015e72d818c1632b0171cb6bea8c31018ff433e;p=gapil.git diff --git a/sources/TCP_echo.c b/sources/TCP_echo.c index 50f681b..879d900 100644 --- a/sources/TCP_echo.c +++ b/sources/TCP_echo.c @@ -26,21 +26,19 @@ * * Usage: echo -h give all info's * - * $Id: TCP_echo.c,v 1.11 2003/10/20 22:44:16 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ -#include /* predefined types */ -#include /* include unix standard library */ -#include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include /* include error codes */ -#include /* include erroro strings definitions */ -#include -#include +#include /* primitive system data types */ +#include /* unix standard library */ +#include /* IP addresses conversion utilities */ +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ +#include /* TCP constants and types */ /* still not defined in some include, because too new ... */ #ifndef TCP_CONGESTION