Re: [PATCH 1/4] Split the HOST_NAME_MAX detection into a separate m4 macro

2011-12-03 Thread Bruno Haible
Ben Walton wrote: > The sethostname module will rely on this code too, so make it a > separate function. Thanks, I'm applying this patch, tweaking the ChangeLog entry to contain a one-line summary and tweaking the git commit message to contain the ChangeLog entry. And this trivial whitespace+comm

[PATCH 1/4] Split the HOST_NAME_MAX detection into a separate m4 macro

2011-12-02 Thread Ben Walton
The sethostname module will rely on this code too, so make it a separate function. Signed-off-by: Ben Walton --- ChangeLog |5 + m4/gethostname.m4 |9 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 272dded..eee02b6 100644