[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;