X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fgethost.c;h=e949713cb54d80ca6259f5bd4860129f381e0ed8;hp=3912dd4015cad2bc74b15332bf85d4f455c324cb;hb=31f55ec58bee8b2c4993633849b7da4e30cab222;hpb=e7c1eaebbc012ee182a8d82fc75968969549821d diff --git a/sources/gethost.c b/sources/gethost.c index 3912dd4..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.1 2002/08/27 16:05:04 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 */