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

2011-12-03 Thread Bruno Haible
Ben Walton wrote: > Ensure that sethostname is accounted for within the unistd module. Thanks, I'm applying this patch as well. > 2011-12-01 Ben Walton > > + * lib/unistd.in.h: Integrate the SETHOSTNAME preprocessor handling > + into the unistd.h header. > + * m4/unistd_h.m4: S

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

2011-12-02 Thread Ben Walton
Ensure that sethostname is accounted for within the unistd module. Signed-off-by: Ben Walton --- ChangeLog |9 + lib/unistd.in.h | 25 + m4/unistd_h.m4 |7 +-- modules/unistd |3 +++ 4 files changed, 42 insertions(+), 2 deletions(-) diff