Re: [PATCH] avoid build failure when compiling with -DGNULIB_PORTCHECK

2009-01-03 Thread James Youngman
On Fri, Dec 26, 2008 at 5:20 PM, Jim Meyering wrote: > + > + /* Avoid failure when compiling with -DGNULIB_PORTCHECK. */ > +#undef ctime To be honest, I am not comfortable with this fix, mostly because I would prefer to avoid interfering with a global symbol; if a later porting change needed

[PATCH] avoid build failure when compiling with -DGNULIB_PORTCHECK

2008-12-26 Thread Jim Meyering
failure. >From df26314645bd992bbc1a97b9070f23bed3b8758c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Dec 2008 18:19:55 +0100 Subject: [PATCH] avoid build failure when compiling with -DGNULIB_PORTCHECK * find/parser.c (parse_time): #undef ctime. --- find/parser.c |4 1 files changed,