X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fgethost.c;fp=sources%2Fgethost.c;h=e949713cb54d80ca6259f5bd4860129f381e0ed8;hp=da2a6c96cc284691bcafce3dc2a169cb74c85f36;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=39c051cd723e36a31bd8989c01970cf712f0d2dd diff --git a/sources/gethost.c b/sources/gethost.c index da2a6c9..e949713 100644 --- a/sources/gethost.c +++ b/sources/gethost.c @@ -26,8 +26,6 @@ * * Usage: gethost -h give all info's * - * $Id: gethost.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $ - * ****************************************************************/ /* * Include needed headers @@ -37,9 +35,9 @@ #include /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ -#include -#include +#include /* C strings library */ +#include /* primitive system data types */ +#include /* socket constants, types and functions */ #include /* Help printing routine */