public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] cygwin: define PATH_MAX for host tools build
@ 2010-05-04 12:27 Spencer Oliver
  2010-05-12 13:09 ` Jonathan Larmour
  0 siblings, 1 reply; 6+ messages in thread
From: Spencer Oliver @ 2010-05-04 12:27 UTC (permalink / raw)
  To: ecos-patches

[-- Attachment #1: Type: text/plain, Size: 45 bytes --]

cygwin: define PATH_MAX for host tools build

[-- Attachment #2: ecos.hg_rev2950.patch --]
[-- Type: text/plain, Size: 643 bytes --]

# HG changeset patch
# User Spencer Oliver <spen@spen-soft.co.uk>
# Date 1272975669 -3600
# Node ID c0527a4c2b5e3f6fbe82ec4c3f7568e6caf17355
# Parent  c88d9f19de1aa679335bbec8b609e824d1fbd015
cygwin: define PATH_MAX for host tools build

diff -r c88d9f19de1a -r c0527a4c2b5e host/tools/Utils/common/eCosStd.h
--- a/host/tools/Utils/common/eCosStd.h	Tue May 04 13:19:54 2010 +0100
+++ b/host/tools/Utils/common/eCosStd.h	Tue May 04 13:21:09 2010 +0100
@@ -52,6 +52,7 @@
 
   #include <malloc.h>     // malloc
   #include <stdlib.h>     // atoi
+  #include <limits.h>     // PATH_MAX
   #include <errno.h>
   #define WOULDBLOCK WSAEWOULDBLOCK
 

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

end of thread, other threads:[~2010-05-13 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-04 12:27 [PATCH] cygwin: define PATH_MAX for host tools build Spencer Oliver
2010-05-12 13:09 ` Jonathan Larmour
2010-05-12 15:06   ` John Dallaway
2010-05-12 16:31     ` Spencer Oliver
2010-05-12 16:54       ` John Dallaway
2010-05-13 13:43         ` Jonathan Larmour

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 read-only IMAP folder(s) and NNTP newsgroup(s).