bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: James Youngman
Subject: Re: [PATCH] avoid build failure when compiling with -DGNULIB_PORTCHECK
Date: Sat, 3 Jan 2009 21:05:18 +0000

On Fri, Dec 26, 2008 at 5:20 PM, Jim Meyering <address@hidden> 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 to #define ctime, then this change would defeat
it.


> +
>       fprintf (stderr, "%ju %s",
>               (uintmax_t) our_pred->args.reftime.ts.tv_sec,
>               ctime (&t));

This is just a debug message; perhaps changing the output formatting
to use strftime would be a better solution.

James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]