created | 2022-04-13T07:51:23Z |
---|---|
begin | 2022-04-07T09:36:23Z |
end | 2022-04-07T09:37:32Z |
path | src/sys |
commits | 1 |
date | 2022-04-07T09:37:32Z | |||
---|---|---|---|---|
author | tb | |||
files | src/sys/kern/subr_autoconf.c | log | diff | annotate |
src/sys/sys/device.h | log | diff | annotate | |
message |
Fix kernel builds with pseudo-device rd Make the cf_attach member of struct cfdata const and sprinkle a few const into subr_autoconf.c to make this work. Fixes the compilation of sys/dev/rd.c with newly const rd_ca. ok miod (who had a similar diff) |