Module Name: src Committed By: simonb Date: Fri Oct 6 07:05:59 UTC 2023
Modified Files: src/external/bsd/less/dist: cmdbuf.c Log Message: Reduce upstream diffs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/cmdbuf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/less/dist/cmdbuf.c diff -u src/external/bsd/less/dist/cmdbuf.c:1.5 src/external/bsd/less/dist/cmdbuf.c:1.6 --- src/external/bsd/less/dist/cmdbuf.c:1.5 Fri Oct 6 05:49:49 2023 +++ src/external/bsd/less/dist/cmdbuf.c Fri Oct 6 07:05:59 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: cmdbuf.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */ +/* $NetBSD: cmdbuf.c,v 1.6 2023/10/06 07:05:59 simonb Exp $ */ /* * Copyright (C) 1984-2023 Mark Nudelman @@ -21,9 +21,6 @@ #if HAVE_STAT #include <sys/stat.h> #endif -#if HAVE_ERRNO_H -#include <errno.h> -#endif extern int sc_width; extern int utf_mode;