Module Name: src Committed By: riastradh Date: Fri Aug 11 21:20:39 UTC 2023
Modified Files: src/lib/libc/string: strlcpy.3 strncpy.3 Log Message: strlcpy(3), strncpy(3): Omit needless (void) casts in examples. The return values are not critical. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/string/strlcpy.3 cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/strncpy.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.