On Friday 15 January 2010 14:26:41 Eric Blake wrote:
> [adding bug-patch]
>
> According to Stuart Shelton on 1/14/2010 9:47 AM:
> > On IRIX (and, indeed, any platform without strnlen() or strndup()),
>
> Hmm. 'gnulib-tool --with-tests --create-testdir --dir=dir xstrndup', then
> configuring that
[adding bug-patch]
According to Stuart Shelton on 1/14/2010 9:47 AM:
> On IRIX (and, indeed, any platform without strnlen() or strndup()),
Hmm. 'gnulib-tool --with-tests --create-testdir --dir=dir xstrndup', then
configuring that directory on mingw, did not fail. So I'm not reproducing
the fail
On IRIX (and, indeed, any platform without strnlen() or strndup()),
patch 2.6.1 fails with:
cc-1196 cc: WARNING File = gl/lib/strndup.c, Line = 33
The indicated function is declared implicitly.
size_t len = strnlen (s, n);
^
cc-1196 cc: WARNING File = gl/lib/xstrndup.c, Li