2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] use ANSI prototypes, clean up some casts

This commit is contained in:
Evan Hunt
2014-03-04 10:42:25 -08:00
parent e7c0d42b11
commit b454c03196
36 changed files with 70 additions and 70 deletions

View File

@@ -112,7 +112,7 @@ waitfor(completion_t *completion) {
#endif
static void
waitbody() {
waitbody(void) {
#ifndef ISC_PLATFORM_USETHREADS
struct timeval tv;
isc_socketwait_t *swait = NULL;