Re: [PATCH 2/4] Add a new sethostname module

2011-12-04 Thread Ben Walton
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

Re: [PATCH 2/4] Add a new sethostname module

2011-12-04 Thread Bruno Haible
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 >

Re: [PATCH 2/4] Add a new sethostname module

2011-12-03 Thread Bruno Haible
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

[PATCH 2/4] Add a new sethostname module

2011-12-02 Thread Ben Walton
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