All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] define MAXPATHLEN for hosts that don't support it
@ 2005-12-13 12:21 Martin Atukunda
  2005-12-13 20:51 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Atukunda @ 2005-12-13 12:21 UTC (permalink / raw)
  To: git; +Cc: Martin Atukunda

---

 git-compat-util.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

e7aa01129989561dcd069db41a2da4a133dcff61
diff --git a/git-compat-util.h b/git-compat-util.h
index 4185b12..ead0ede 100644
--- a/git-compat-util.h
+++ b/git-compat-util.h
@@ -110,4 +110,7 @@ static inline int sane_case(int x, int h
 	return x;
 }
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 256
+#endif
 #endif
-- 
0.99.9.GIT

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] define MAXPATHLEN for hosts that don't support it
  2005-12-13 12:21 [PATCH] define MAXPATHLEN for hosts that don't support it Martin Atukunda
@ 2005-12-13 20:51 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-12-13 20:51 UTC (permalink / raw)
  To: Martin Atukunda; +Cc: git

What platform needs this, may I ask?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-13 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-13 12:21 [PATCH] define MAXPATHLEN for hosts that don't support it Martin Atukunda
2005-12-13 20:51 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.