X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_daytime.c;fp=sources%2FTCP_daytime.c;h=80e2c3835f3dc633a2f078f8370893a35a494f76;hp=be1e3a36da27315998b24a9764c77dc9bc7ea2f8;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/TCP_daytime.c b/sources/TCP_daytime.c index be1e3a3..80e2c38 100644 --- a/sources/TCP_daytime.c +++ b/sources/TCP_daytime.c @@ -26,17 +26,15 @@ * * 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 /* primitive system data types */ +#include /* unix standard library */ #include /* IP addresses conversion utiliites */ -#include /* socket library */ -#include /* include standard I/O library */ +#include /* socket constants, types and functions */ +#include /* standard I/O library */ #define MAXLINE 80 /* Program begin */