From 01817988f4631bdd8ee5cec9c6b69039712a93fe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 23 Apr 2024 07:39:59 -0700 Subject: Move the rest of the functionality from platform.h into core. This also deprecates supplemental/util/platform.h. --- tests/nonblock.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/nonblock.c') diff --git a/tests/nonblock.c b/tests/nonblock.c index 4fde2c80..19174882 100644 --- a/tests/nonblock.c +++ b/tests/nonblock.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. +// Copyright 2024 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This software is supplied under the terms of the MIT License, a @@ -19,7 +19,6 @@ #include #include #include -#include #include "convey.h" #include "stubs.h" @@ -42,7 +41,7 @@ repthr(void *arg) for (;;) { fd_set fset; struct timeval tmo; - char * msgbuf; + char *msgbuf; size_t msglen; FD_ZERO(&fset); -- cgit v1.2.3-70-g09d2