From b882354da2490bf05805d6e0cb9dfa923a8df908 Mon Sep 17 00:00:00 2001 From: jserv Date: Tue, 24 Aug 2021 15:25:28 +0000 Subject: [PATCH] deploy: c97348d2d5e0e4bfcc51a34774e2836983371493 --- index.html | 2 +- lkmpg-for-ht.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0ede10b..9b3ca52 100644 --- a/index.html +++ b/index.html @@ -3493,7 +3493,7 @@ $ 39 40        /* If there's an error, report it and die */ 41        if (bytes == -1) { -42            if (errno = EAGAIN) +42            if (errno == EAGAIN) 43                puts("Normally I'd block, but you told me not to"); 44            else 45                puts("Another read error"); diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index 0ede10b..9b3ca52 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -3493,7 +3493,7 @@ $ 39 40        /* If there's an error, report it and die */ 41        if (bytes == -1) { -42            if (errno = EAGAIN) +42            if (errno == EAGAIN) 43                puts("Normally I'd block, but you told me not to"); 44            else 45                puts("Another read error");