Module Name: src
Committed By: joe
Date: Wed Jan 22 22:41:39 UTC 2025
Modified Files:
src/sys/altq: altq_classq.h
Log Message:
remove redundant and dead #ifdef _KERNEL branches and use cprng directly
the entire code is in a _KERNEL block. move the header decl in in the original
_KERNEL block.
redefining _KERNEL to use cprng is purely a dead branch and we should either
use random or cprng.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/altq/altq_classq.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.