X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_iter_daytimed.c;h=2917b2dce562da762ae0004c1c297454ef3f03bd;hp=2d05548817bfdbba63342ab3bf2b6e1201aab6a6;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/TCP_iter_daytimed.c b/sources/TCP_iter_daytimed.c index 2d05548..2917b2d 100644 --- a/sources/TCP_iter_daytimed.c +++ b/sources/TCP_iter_daytimed.c @@ -26,18 +26,16 @@ * * Usage: daytimed -h give all info * - * $Id: TCP_iter_daytimed.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers */ -#include /* predefined types */ -#include /* include unix standard library */ +#include /* primitive system data types */ +#include /* unix standard library */ #include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ -#include +#include /* socket constants, types and functions */ +#include /* standard I/O library */ +#include /* date and time constants, types and functions */ #define MAXLINE 80 #define BACKLOG 10