Module Name: src Committed By: simonb Date: Fri Oct 6 07:31:30 UTC 2023
Modified Files: src/external/bsd/less/dist: os.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/os.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/os.c diff -u src/external/bsd/less/dist/os.c:1.5 src/external/bsd/less/dist/os.c:1.6 --- src/external/bsd/less/dist/os.c:1.5 Fri Oct 6 05:49:49 2023 +++ src/external/bsd/less/dist/os.c Fri Oct 6 07:31:30 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: os.c,v 1.5 2023/10/06 05:49:49 simonb Exp $ */ +/* $NetBSD: os.c,v 1.6 2023/10/06 07:31:30 simonb Exp $ */ /* * Copyright (C) 1984-2023 Mark Nudelman @@ -159,10 +159,6 @@ public int supports_ctrl_x(void) #endif /* USE_POLL */ } -#if !HAVE_STRERROR -static char *strerror __P((int)); -#endif - /* * Like read() system call, but is deliberately interruptible. * A call to intread() from a signal handler will interrupt