CVS commit: src/sys/compat/netbsd32
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Mon May 11 10:32:28 UTC 2026 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: Explicitly cast IOCPARM_MAX to size_t - it can never be negative. Hopefully avoids build breakage by a signed vs. unsigned comparision warning on mips*64*. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/compat/netbsd32/netbsd32_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.