[Pkg-gnupg-commit] [gnupg2] 56/132: dirmngr: Fix dns-stuff.c.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 17 03:07:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 1538523156be568046f632d1775eae30ea8bd556
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Apr 12 09:48:27 2017 +0900
dirmngr: Fix dns-stuff.c.
* dirmngr/dns-stuff.c: Don't include arpa/nameser.h.
--
It is not needed at all. T_CERT may be defined by different type of
ns_type.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
dirmngr/dns-stuff.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c
index 728f662..8b25e02 100644
--- a/dirmngr/dns-stuff.c
+++ b/dirmngr/dns-stuff.c
@@ -40,7 +40,6 @@
#else
# if HAVE_SYSTEM_RESOLVER
# include <netinet/in.h>
-# include <arpa/nameser.h>
# include <resolv.h>
# endif
# include <netdb.h>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list