Re: Buglet in getdate.y
Thanks for pointing that out. There's a similar problem in utimens.c. I fixed them both.
Buglet in getdate.y
If __attribute__ is already defined (in config.h), getdate.y shouldn't redefine it. The obvious patch: Index: getdate.y === RCS file: /cvsroot/cvs/ccvs/lib/getdate.y,v retrieving revision 1.35 diff -u -r1.35 getdate.y --- getdate.y