2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,

<isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
                        <isc/net.h>.
This commit is contained in:
David Lawrence
2000-04-28 03:53:48 +00:00
parent 5e61e7ca28
commit 32eddfc189
7 changed files with 14 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
<isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
<isc/net.h>.
119. [cleanup] structure definitions for generic rdata stuctures do
not have _generic_ in their names.

View File

@@ -25,12 +25,13 @@
#include <isc/assertions.h>
#include <isc/error.h>
#include <isc/interfaceiter.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/result.h>
#include <isc/socket.h>
#include <isc/task.h>
#include <isc/types.h>
#include <isc/net.h>
#include <isc/interfaceiter.h>
#include <isc/util.h>
#include <dns/acl.h>

View File

@@ -28,6 +28,7 @@
#include <isc/mem.h>
#include <isc/mutex.h>
#include <isc/socket.h>
#include <isc/task.h>
#include <isc/util.h>
#include <dns/events.h>

View File

@@ -27,6 +27,7 @@
#include <isc/error.h>
#include <isc/mem.h>
#include <isc/socket.h>
#include <isc/task.h>
#include <isc/util.h>
#include <dns/events.h>

View File

@@ -61,16 +61,10 @@
#include <isc/lang.h>
#include <isc/types.h>
#include <isc/boolean.h>
#include <isc/bufferlist.h>
#include <isc/result.h>
#include <isc/event.h>
#include <isc/eventclass.h>
#include <isc/task.h>
#include <isc/time.h>
#include <isc/region.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/sockaddr.h>
ISC_LANG_BEGINDECLS

View File

@@ -32,13 +32,15 @@
#include <isc/assertions.h>
#include <isc/buffer.h>
#include <isc/bufferlist.h>
#include <isc/condition.h>
#include <isc/error.h>
#include <isc/list.h>
#include <isc/mutex.h>
#include <isc/mem.h>
#include <isc/net.h>
#include <isc/region.h>
#include <isc/socket.h>
#include <isc/task.h>
#include <isc/thread.h>
#include <isc/util.h>

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: connection.c,v 1.22 2000/04/28 02:08:15 tale Exp $ */
/* $Id: connection.c,v 1.23 2000/04/28 03:53:48 tale Exp $ */
/* Principal Author: DCL */
@@ -30,6 +30,7 @@
#include <string.h> /* memset */
#include <isc/assertions.h>
#include <isc/bufferlist.h>
#include <isc/error.h>
#include <isc/netdb.h>