Glibc-2.6 (was Re: GCC-4.2)

Chris Staub diy-linux-dev@diy-linux.org
Sat, 19 May 2007 14:49:41 -0400


J=C3=BCrg Billeter wrote:
>=20
> Thanks for the heads-up. lib/utimens.h is also affected, this sed see=
ms
> to work fine:
>=20
> sed -i.bak 's/futimens/gl_&/' src/{copy,touch}.c lib/utimens.{c,h}
>=20
> The same problem with gzip. The following sed should work, still
> testing:
>=20
> sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h}
>=20
> Regards,
>=20
> J=C3=BCrg
>=20

Tar has the same problem. Needs this...

sed -i 's/futimens/gl_&/' lib/utimens.{c,h} src/misc.c