X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_daytime.c;h=ddb8e129b40d485b7a305ab50bc8842df9f29868;hp=e1fe9d6acb9418e4e01d23c4dfcc00171eb58530;hb=541dec587ab21a1e01342784a803ab6404b98d1e;hpb=5077cb02e6a65499d7fddcd01d68e8800c73a6fa diff --git a/sources/TCP_daytime.c b/sources/TCP_daytime.c index e1fe9d6..ddb8e12 100644 --- a/sources/TCP_daytime.c +++ b/sources/TCP_daytime.c @@ -31,13 +31,12 @@ * Include needed headers */ #include /* standard library */ -#include /* primitive system data types */ +//#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 */ -#include /* C standard library */ #define MAXLINE 80 /* Program begin */