X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fselect_echod.c;h=6c859cf4129b7413401b4b4a83f64d9b3f8efe2f;hp=3a0690bb5b283bfc5acbc02ffcc09e67f49d9a33;hb=HEAD;hpb=38b9e1e53adc5b440459a6044f3a8ff133f34824 diff --git a/sources/select_echod.c b/sources/select_echod.c index 3a0690b..6c859cf 100644 --- a/sources/select_echod.c +++ b/sources/select_echod.c @@ -26,23 +26,21 @@ * * Usage: echod -h give all info * - * $Id: select_echod.c,v 1.2 2003/12/25 22:16:06 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 /* 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 "macros.h" #include "Gapil.h"