summaryrefslogtreecommitdiff
path: root/resolv/res_send.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-13 10:52:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-13 10:52:42 +0200
commita7ff1da8239a5f0e1927db9d5310f53cfea97fc2 (patch)
tree2b3fbfc1903f7c27fe04707103e05b21f18f7304 /resolv/res_send.c
parent249dcdb71b79e4c488a46c9027e0014c0bc27044 (diff)
resolv: Remove internal and unused definitions from <resolv.h>
The RES_F_* constants are only used with the private _res._flags member. RES_EXHAUSTIVE is unused. The removed function declarations refer to functions not actually exported by glibc, so they are unusable by applications.
Diffstat (limited to 'resolv/res_send.c')
-rw-r--r--resolv/res_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_send.c b/resolv/res_send.c
index 28c4cabfcb..995e1be730 100644
--- a/resolv/res_send.c
+++ b/resolv/res_send.c
@@ -101,7 +101,7 @@
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
-#include <resolv.h>
+#include <resolv/resolv-internal.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>