-----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)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEUEARECAAYFAktrGEYACgkQHsardTLnvCVC+wCeJ/UajRIbHg9uTkHZ8B9Iz3IG
zkwAmMtYvjJW8tBM4W435ORBME0Ow0o=
=EwMg
-----END PGP SIGNATURE-----
From a826dcad552a8806da5e26631a41f0b8d882754d Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Thu, 4 Feb 2010 19:53:39 +0100
Subject: [PATCH] Add missing include

---
 sss_client/pam_sss.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index df3dd12..91014bb 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <syslog.h>
 #include <time.h>
 
-- 
1.6.6

Attachment: 0001-Add-missing-include.patch.sig
Description: PGP signature

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to