Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b4ccec33
Commit
b4ccec33
authored
Jan 14, 2016
by
Evan Hunt
Browse files
[master] added sockaddr.h
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
parent
bdd9d37c
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b4ccec33
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
4290. [func] The timers returned by the statistics channel
(indicating current time, server boot time, and
most recent reconfiguration time) are now reported
...
...
lib/dns/forward.c
View file @
b4ccec33
...
...
@@ -15,8 +15,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
/*! \file */
#include
<config.h>
...
...
@@ -24,7 +22,6 @@
#include
<isc/magic.h>
#include
<isc/mem.h>
#include
<isc/rwlock.h>
#include
<isc/sockaddr.h>
#include
<isc/util.h>
#include
<dns/forward.h>
...
...
lib/dns/include/dns/forward.h
View file @
b4ccec33
...
...
@@ -15,8 +15,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: forward.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
#ifndef DNS_FORWARD_H
#define DNS_FORWARD_H 1
...
...
@@ -24,6 +22,7 @@
#include
<isc/lang.h>
#include
<isc/result.h>
#include
<isc/sockaddr.h>
#include
<dns/types.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment