Re: [PATCH] gettimeofday: avoid warning: nested extern declaration of 'localtime'

2009-01-19 Thread Jim Meyering
Bruno Haible wrote: > Jim Meyering wrote: >> FYI, I've just pushed this: >> * lib/gettimeofday.c: Move extern declaration out of function. > > Why not also do the same thing with the 'gmtime' declaration in the same file? Thanks. I didn't see that. tzset's too: >From 8396579b2baa56fa38e8011ba7

Re: [PATCH] gettimeofday: avoid warning: nested extern declaration of 'localtime'

2009-01-19 Thread Bruno Haible
Jim Meyering wrote: > FYI, I've just pushed this: > * lib/gettimeofday.c: Move extern declaration out of function. Why not also do the same thing with the 'gmtime' declaration in the same file? Bruno

[PATCH] gettimeofday: avoid warning: nested extern declaration of 'localtime'

2009-01-18 Thread Jim Meyering
FYI, I've just pushed this: >From b4c5933136d31eeb6d8abc2301044a5a7dfe4676 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Mon, 19 Jan 2009 08:13:17 +0100 * lib/gettimeofday.c: Move extern declaration out of function. --- ChangeLog |5 + lib/gettimeofday.c |5 +++--