Modernize code base

This commit is contained in:
topjohnwu
2018-11-07 02:10:38 -05:00
parent ca35a9681f
commit 7c12bf7fa1
21 changed files with 421 additions and 287 deletions

View File

@@ -82,7 +82,7 @@ static void *request_handler(void *args) {
close(client);
break;
}
return NULL;
return nullptr;
}
static void main_daemon() {