From cf6441b0c47c51bcfff803f1df996dd0759426ae Mon Sep 17 00:00:00 2001 From: leitner Date: Wed, 3 Apr 2024 21:49:05 +0000 Subject: [PATCH] another bsd warning --- io/io_sendfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_sendfile.c b/io/io_sendfile.c index e3163e7..96b5b2a 100644 --- a/io/io_sendfile.c +++ b/io/io_sendfile.c @@ -19,7 +19,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) { io_eagain_write(s); return (errno==EAGAIN?(sbytes?sbytes:-1):-3); } - if (sbytes