From 47a6b7ee818668ed3a97d8e77dd0777608611574 Mon Sep 17 00:00:00 2001 From: jserv Date: Thu, 2 Sep 2021 08:29:29 +0000 Subject: [PATCH] deploy: d27203ef46175dc2816882244e559138475a4477 --- index.html | 10 +++++----- lkmpg-for-ht.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index fa36f58..62c924b 100644 --- a/index.html +++ b/index.html @@ -3646,9 +3646,9 @@ $ 2 *  cat_nonblock.c - open a file and display its contents, but exit rather than 3 *  wait for input. 4 */ -5#include <errno.h>  /* for errno */ -6#include <fcntl.h>  /* for open */ -7#include <stdio.h>  /* standard I/O */ +5#include <errno.h> /* for errno */ +6#include <fcntl.h> /* for open */ +7#include <stdio.h> /* standard I/O */ 8#include <stdlib.h> /* for exit */ 9#include <unistd.h> /* for read */ 10 @@ -3656,8 +3656,8 @@ $ 12 13int main(int argc, char *argv[]) 14{ -15    int fd;                 /* The file descriptor for the file to read */ -16    size_t bytes;           /* The number of bytes read */ +15    int fd; /* The file descriptor for the file to read */ +16    size_t bytes; /* The number of bytes read */ 17    char buffer[MAX_BYTES]; /* The buffer for the bytes */ 18 19    /* Usage */ diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index fa36f58..62c924b 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -3646,9 +3646,9 @@ $ 2 *  cat_nonblock.c - open a file and display its contents, but exit rather than 3 *  wait for input. 4 */ -5#include <errno.h>  /* for errno */ -6#include <fcntl.h>  /* for open */ -7#include <stdio.h>  /* standard I/O */ +5#include <errno.h> /* for errno */ +6#include <fcntl.h> /* for open */ +7#include <stdio.h> /* standard I/O */ 8#include <stdlib.h> /* for exit */ 9#include <unistd.h> /* for read */ 10 @@ -3656,8 +3656,8 @@ $ 12 13int main(int argc, char *argv[]) 14{ -15    int fd;                 /* The file descriptor for the file to read */ -16    size_t bytes;           /* The number of bytes read */ +15    int fd; /* The file descriptor for the file to read */ +16    size_t bytes; /* The number of bytes read */ 17    char buffer[MAX_BYTES]; /* The buffer for the bytes */ 18 19    /* Usage */