From: Thomas Schwinge <tschwinge@gnu.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [tschwinge@gnu.org: [PATCH] Support building on GNU/Hurd]
Date: Thu, 2 Aug 2007 10:56:42 +0200 [thread overview]
Message-ID: <20070802085642.GK6234@fencepost.gnu.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 276 bytes --]
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
[-- Attachment #1.2: Type: message/rfc822, Size: 2979 bytes --]
From: Thomas Schwinge <tschwinge@gnu.org>
To: git@vger.kernel.org
Cc: Thomas Schwinge <tschwinge@gnu.org>
Subject: [PATCH] Support building on GNU/Hurd
Date: Sat, 28 Jul 2007 18:39:38 +0200
Message-ID: <11856407793933-git-send-email-tschwinge@gnu.org>
GNU/Hurd systems don't have strlcpy either.
Signed-off-by: Thomas Schwinge <tschwinge@gnu.org>
---
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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
next reply other threads:[~2007-08-02 8:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-02 8:56 Thomas Schwinge [this message]
2007-08-02 9:03 ` [tschwinge@gnu.org: [PATCH] Support building on GNU/Hurd] Junio C Hamano
2007-08-02 9:14 ` [PATCH] Support building on GNU/Hurd Thomas Schwinge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070802085642.GK6234@fencepost.gnu.org \
--to=tschwinge@gnu.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).