CVS: cvs.openbsd.org: src

Jonathan Gray <[email protected]> Thu, 6 Aug 2026 23:02:42 -0600 (MDT)
Newsgroups gmane.os.openbsd.cvs
Message-ID <[email protected]>
CVSROOT:	/cvs
Module name:	src
Changes by:	[email protected]	2026/08/06 23:02:42

Modified files:
	sys/dev/pci/drm/include/linux: random.h 

Log message:
change get_random_bytes() length type to size_t

follows linux changes and matches the type of the arc4random_buf() call