mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Megacommit of dozens of files.
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
This commit is contained in:
@@ -17,13 +17,9 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/condition.h>
|
||||
#include <isc/heap.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/mutex.h>
|
||||
#include <isc/task.h>
|
||||
#include <isc/thread.h>
|
||||
#include <isc/time.h>
|
||||
@@ -551,7 +547,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) {
|
||||
}
|
||||
|
||||
static isc_threadresult_t
|
||||
#ifdef _WIN32
|
||||
#ifdef _WIN32 /* XXXDCL */
|
||||
WINAPI
|
||||
#endif
|
||||
run(void *uap) {
|
||||
|
Reference in New Issue
Block a user