Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sbmips/include
Module Name: src
Committed By: riastradh
Date: Mon Sep 25 14:56:56 UTC 2023
Modified Files:
src/sys/arch/sbmips/include: systemsw.h
Log Message:
sbmips/systemsw.h: sys/stdbool.h for bool.
XXX sys/types.h should bring this in too, but that doesn't happen in
the crash(8) build, perhaps because sys/types.h only includes
sys/stdbool.h under _KERNEL or _STANDALONE but not _KMEMUSER -- maybe
we should fix that but this is a lower-risk change for now to fix a
build problem.
Found by Jan-Benedict Glaw.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sbmips/include/systemsw.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index