Hello Junio! I sent this patch (see the attached email message) to the git mailing list on 2007-07-28, alongside with another GNU/Hurd-related patch. The latter patch was included already (by you), but not this one. Could you please include it? Thanks! Regards, Thomas
--- Begin Message ---
- Subject: [PATCH] Support building on GNU/Hurd
- From: Thomas Schwinge <tschwinge@xxxxxxx>
- Date: Sat, 28 Jul 2007 18:39:38 +0200
- Cc: Thomas Schwinge <tschwinge@xxxxxxx>
GNU/Hurd systems don't have strlcpy either. Signed-off-by: Thomas Schwinge <tschwinge@xxxxxxx> --- Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 2fea115..8d9a01b 100644 --- a/Makefile +++ b/Makefile @@ -458,6 +458,10 @@ ifeq ($(uname_S),AIX) NO_STRLCPY = YesPlease NEEDS_LIBICONV=YesPlease endif +ifeq ($(uname_S),GNU) + # GNU/Hurd + NO_STRLCPY=YesPlease +endif ifeq ($(uname_S),IRIX64) NO_IPV6=YesPlease NO_SETENV=YesPlease -- 1.5.3.rc3.26.g6c58-dirty
--- End Message ---
Attachment:
signature.asc
Description: Digital signature