Re: [PATCH 3/3] Integrate the sethostname module into unistd

2011-11-30 Thread Bruno Haible
Ben Walton wrote: > --- a/lib/unistd.in.h > +++ b/lib/unistd.in.h > @@ -683,6 +683,30 @@ _GL_WARN_ON_USE (getgroups, "getgroups is unportable - " > # endif > #endif > > +#if @GNULIB_SETHOSTNAME@ > +/* Set the host name of the machine. > + The host name may or may not be fully qualified. > + >

[PATCH 3/3] Integrate the sethostname module into unistd

2011-11-29 Thread Ben Walton
Ensure that sethostname is accounted for within the unistd module. Signed-off-by: Ben Walton --- lib/unistd.in.h | 24 m4/unistd_h.m4 |7 +-- modules/unistd |3 +++ 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/lib/unistd.in.h b/lib/unis