Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@xxxxxxxxxxxxxxxxxx> --- The difference is, realistically, negligible, but it does make the code look like it came from the 4.3BSD era. Comments applied. 1/4 not re-sent since you applied it. man2/tee.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man2/tee.2 b/man2/tee.2 index 14a927c93..9d83ee982 100644 --- a/man2/tee.2 +++ b/man2/tee.2 @@ -164,7 +164,7 @@ int main(int argc, char *argv[]) { int fd; - int len, slen; + ssize_t len, slen; if (argc != 2) { fprintf(stderr, "Usage: %s <file>\en", argv[0]); @@ -183,7 +183,6 @@ main(int argc, char *argv[]) */ len = tee(STDIN_FILENO, STDOUT_FILENO, INT_MAX, SPLICE_F_NONBLOCK); - if (len < 0) { if (errno == EAGAIN) continue; -- 2.30.2
Attachment:
signature.asc
Description: PGP signature