Excerpts from Bruno Haible's message of Sat Dec 03 08:09:23 -0500 2011:
Hi Bruno,
> Thanks, I'm applying this for you. I trust that you will follow through
> with the paperwork.
Yes, I'll ensure that gets completed.
> I'm applying a couple of followup tweaks.
Thanks for the tweaks...sorry for
Ben Walton wrote:
> --- a/doc/glibc-functions/sethostname.texi
> +++ b/doc/glibc-functions/sethostname.texi
> @@ -2,18 +2,24 @@
> @subsection @code{sethostname}
> @findex sethostname
>
> -Gnulib module: ---
> +Gnulib module: sethostname
>
> Portability problems fixed by Gnulib:
> @itemize
>
Ben Walton wrote:
> Define sethostname on platforms that do not provide the declaration.
> Provide a function for platforms that lack it. The general handling
> of the provided function is to simply return -1 and set errno to
> ENOSYS. A specific handler is provided for Minix.
Thanks, I'm applyi
Define sethostname on platforms that do not provide the declaration.
Provide a function for platforms that lack it. The general handling
of the provided function is to simply return -1 and set errno to
ENOSYS. A specific handler is provided for Minix.
Signed-off-by: Ben Walton
---
ChangeLog