CVS commit: src/common/lib/libc/gen
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rillig Date: Sun Apr 19 19:11:38 UTC 2026 Modified Files: src/common/lib/libc/gen: bswap16.c Log Message: bswap16: remove no-longer-needed LINTED comment Lint computes the integer constraints for the expression and thus knows that it fits in uint16_t. Since the default LINTFLAGS contain only a single -a, lint wouldn't detect an accidental overflow at this point, it would need a second -a flag. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/gen/bswap16.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.