Glibc-2.6 (was Re: GCC-4.2)

Greg Schafer diy-linux-dev@diy-linux.org
Fri, 18 May 2007 23:53:42 +1000


On Fri, May 18, 2007 at 01:48:50PM +0200, J=FCrg Billeter wrote:

> Thanks for the heads-up. lib/utimens.h is also affected, this sed seems
> to work fine:
>=20
> sed -i.bak 's/futimens/gl_&/' src/{copy,touch}.c lib/utimens.{c,h}

Ughh, you're right. I'm an idiot. I was testing on a system with a hacked
sys/stat.h :-( Thanks for the correction.

> The same problem with gzip. The following sed should work, still
> testing:
>=20
> sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}

Likewise.

Regards
Greg