[SSSD] [PATCH] Add missing include file to sdap_async_accounts.c

2011-01-21 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This include file was missing from the version of the user lookup patch I pushed this morning (it was included in another patch in my tree). Pushed to master under the one-liner and unbreak-the-build rules. - -- Stephen Gallagher RHCE

Re: [SSSD] [PATCH] Add missing include

2010-02-05 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/04/2010 02:01 PM, Sumit Bose wrote: On Thu, Feb 04, 2010 at 07:56:06PM +0100, Jakub Hrozek wrote: A one liner - I noticed that pam_sss.c uses snprintf but does not include stdio.h (vsnprintf is used elsewhere which is declared in correctly

Re: [SSSD] [PATCH] Add missing include

2010-02-04 Thread Sumit Bose
On Thu, Feb 04, 2010 at 07:56:06PM +0100, Jakub Hrozek wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A one liner - I noticed that pam_sss.c uses snprintf but does not include stdio.h (vsnprintf is used elsewhere which is declared in correctly included stdarg.h) I just wrote the same

[SSSD] [PATCH] Add missing include file to files-tests.c

2009-11-09 Thread Martin Nagy
The files tests are broken and don't compile, attached patch fixes that. Martin From a37cbc89a167eaf0f8cd5d5e6845f5fe9e3109e3 Mon Sep 17 00:00:00 2001 From: Martin Nagy mn...@redhat.com Date: Fri, 6 Nov 2009 17:48:37 +0100 Subject: [PATCH] Add missing include file to files-tests.c ---