[Pkg-gnupg-commit] [libassuan] 105/437: Include <errno.h>. Reported by Bernd Kuhls.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit b85a6d55bf0124f67dc206fa727936421b0e51f3
Author: Werner Koch <wk at gnupg.org>
Date:   Sun Mar 14 17:48:11 2004 +0000

    Include <errno.h>.  Reported by Bernd Kuhls.
---
 src/ChangeLog        | 4 ++++
 src/assuan-handler.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/src/ChangeLog b/src/ChangeLog
index 08f14c5..f172e56 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-14  Werner Koch  <wk at gnupg.org>
+
+	* assuan-handler.c: Include <errno.h>.  Reported by Bernd Kuhls.
+
 2004-02-18  Werner Koch  <wk at gnupg.org>
 
 	* libassuan-config.in: Ignore setting of --prefix.
diff --git a/src/assuan-handler.c b/src/assuan-handler.c
index 478a1e5..02bfde9 100644
--- a/src/assuan-handler.c
+++ b/src/assuan-handler.c
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 
 #include "assuan-defs.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list