X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echod.c;h=333a5450b9df067e62444a8e36b646e112982e7c;hp=ff866efa581860497f57a32a194c5eea5798a11c;hb=be93b54a4875d772cce5cbff77d32241039d0367;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627 diff --git a/sources/TCP_echod.c b/sources/TCP_echod.c index ff866ef..333a545 100644 --- a/sources/TCP_echod.c +++ b/sources/TCP_echod.c @@ -26,23 +26,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"