[SSSD] [PATCH] Fixed implicit declaration of function 'time' in src/sss_client/common.c

Jakub Hrozek jhrozek at redhat.com
Mon Aug 8 12:20:18 UTC 2011


On Mon, Aug 08, 2011 at 07:39:04AM -0400, Pavel Brezina wrote:
> Fixed implicit declaration of function 'time' in src/sss_client/common.c

Although I haven't seen the warning about implicit declartion myself, I
know Pavel managed to trigger it.

Also the patch is correct - we use time(3) so we should include time.h
explicitly and not rely on some other header fetching it.

Ack



More information about the sssd-devel mailing list