Module Name: src Committed By: martin Date: Tue Mar 13 11:42:59 UTC 2018
Modified Files: src/sys/sys [netbsd-8]: bitops.h Log Message: Pull up following revision(s) (requested by mrg in ticket #621): sys/sys/bitops.h: revision 1.13 sys/sys/bitops.h: revision 1.14 use 1ul for a left shift that may be greater than int sized. noticed by martin. fixes PR#53081. PR/53081: Fix size of the shift to depend on the type of the bitmap so that we get the correct width. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.12.8.1 src/sys/sys/bitops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.