X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fpoll_echod.c;h=22bb9dd9d5c9228e6bf69a86fd6d6da4d45a49fe;hp=c2192997dd31add52c185797de7021b02e37aecb;hb=4a4daf2bc462824b46a4a589c2568118f645b852;hpb=0605ed025fd00ee41a7515b778bc686a6044f059 diff --git a/sources/poll_echod.c b/sources/poll_echod.c index c219299..22bb9dd 100644 --- a/sources/poll_echod.c +++ b/sources/poll_echod.c @@ -26,26 +26,24 @@ * * Usage: echod -h give all info * - * $Id: poll_echod.c,v 1.3 2004/02/17 23:48:46 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ #define _XOPEN_SOURCE -#include /* system limits */ -#include /* predefined types */ -#include /* include unix standard library */ -#include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include +#include /* system limits constants, types and functions */ +#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 /* poll function definition */ +#include /* signal constants, types and functions */ +#include /* error definitions and routines */ +#include /* C strings library */ +#include /* C standard library */ +#include /* poll syscall */ #include "macros.h" #include "Gapil.h"