X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/89edf0508f6df4700d0e28cace04e44fec4ff735..ca079bfa8e3812ebf21ffec1c27edeaa03cb9280:/test/getcanon.c diff --git a/test/getcanon.c b/test/getcanon.c index 3e75f32f..27077dc6 100644 --- a/test/getcanon.c +++ b/test/getcanon.c @@ -1,17 +1,16 @@ -/* - * getcanon.c - Print the canonical name of a host, default to localhost. +/* getcanon.c - Print the canonical name of a host, default to localhost. * * This code is Copyright (c) 2012, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ -#include /* for getaddrinfo */ +#include #include #include -#include /* for gethostname */ -#include /* for _POSIX_HOST_NAME_MAX */ -#include /* for memset */ +#include +#include +#include #include #include