NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/49207
Hello,
About the user-land, my questions comes from the fact that clock_subr.h was pulled to src/tools/compat/dev/clock_subr.h and usr.sbin/makefs/msdos/Makefile.inc.
Export of dev/clock_subr.[ch] to user-land looks bit weird to me, as it doesn't seem to be a public header of the kernel.
Lately, I'm bit overloaded in real life to look at it closely and be sure enough to propose a patch.
I'm thinking of a way of OpenBSD, to just got for src/sys/dev/clock_subr.h -> src/sys/sys/clock.h.
It was even proposed in the code:
src/sys/kern/kern_todr.c:#include <dev/clock_subr.h> /* hmm.. this should probably move to sys */
This task is straight-forward, but as I told few lines above I need to take a closer and fresh look at it from the user-land perspective and (just blindly guessing) whether rump won't be effected.
With regards,
Home |
Main Index |
Thread Index |
Old Index