X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod_second.c;h=283d28e2b186f4211ca2b52538a34a7e7f202bc6;hp=0ac7c0ef072a15dcedf5dc9d6d701bdabbce0462;hb=19a767ff841eb36a696db253f1c3cc26c1b2f3a2;hpb=8654ce33b450ae7bb34c3907835000a0760c2931 diff --git a/sources/TCP_echod_second.c b/sources/TCP_echod_second.c index 0ac7c0e..283d28e 100644 --- a/sources/TCP_echod_second.c +++ b/sources/TCP_echod_second.c @@ -27,23 +27,21 @@ * * Usage: echod -h give all info * - * $Id$ - * ****************************************************************/ /* * 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 /* 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 /* date and time constants, types and functions */ #include /* syslog system functions */ -#include /* signal functions */ -#include /* error code */ -#include /* error strings */ -#include +#include /* signal constants, types and functions */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ #include "Gapil.h"