RE: Minor problem with GNU-lib as used in coreutils-8.14

2011-12-15 Thread Joachim Schmitz
> -Original Message- > From: Paul Eggert [mailto:egg...@cs.ucla.edu] > Sent: Thursday, December 15, 2011 8:19 PM > To: Joachim Schmitz > Cc: 'Bruno Haible'; bug-gnulib@gnu.org > Subject: Re: Minor problem with GNU-lib as used in coreutils-8.14 > > Thanks

Re: Minor problem with GNU-lib as used in coreutils-8.14

2011-12-15 Thread Paul Eggert
Thanks. I think Bruno fixed that bug on November 4 in gnulib so we should be OK already; this fix should appear in the next coreutils release.

Minor problem with GNU-lib as used in coreutils-8.14

2011-12-15 Thread Joachim Schmitz
Hi Bruno, list... closedir.c fails to compile in C99 mode due to a prototype for _gl_unregister_fd() not being in sight. My patch: /usr/local/bin/diff -EBbu ./lib/closedir.c.orig ./lib/closedir.c --- ./lib/closedir.c.orig 2011-09-19 10:09:24.0 -0500 +++ ./lib/closedir.c2011-12-1