X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_daytime.c;h=ddb8e129b40d485b7a305ab50bc8842df9f29868;hp=be1e3a36da27315998b24a9764c77dc9bc7ea2f8;hb=fa15a3f1ecd64efd8440e46d398fd9976abc3d25;hpb=d2027180b43e664093ce2bae3fb4fdf4942709cb diff --git a/sources/TCP_daytime.c b/sources/TCP_daytime.c index be1e3a3..ddb8e12 100644 --- a/sources/TCP_daytime.c +++ b/sources/TCP_daytime.c @@ -26,17 +26,17 @@ * * Usage: daytime -h give all info's * - * $Id: TCP_daytime.c,v 1.5 2004/03/20 22:42:07 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 /* standard library */ +//#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 /* C strings library */ #define MAXLINE 80 /* Program begin */