This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin needs a splint'er


Hallo Elfyn,

Am Sonntag, 30. März 2003 um 23:00 schriebst du:

> I have uploaded some test packages for people to try out. The URLs are
> below...Happy testing. :-)

Oops, sorry, wanted to write a comment, hit the button accidently.
The comment:

The diff:
diff -Nrup splint-3.0.1.6/src/Headers/osd.h splint-3.0.1.6-1/src/Headers/osd.h

should read s.th. like this:

# ifdef PATH_MAX
#  if defined(__CYGWIN__) && defined(MAXPATHLEN)
#   undef MAXPATHLEN
#  endif
/* at constant size_t MAXPATHLEN; @*/
#  define MAXPATHLEN PATH_MAX
# else
#  if defined(__CYGWIN__) && defined(MAXPATHLEN)
#   undef MAXPATHLEN
#  endif
/* at constant size_t MAXPATHLEN; @*/
#  define MAXPATHLEN 1024
# endif


Gerrit
-- 
=^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]