NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/49207



The following reply was made to PR kern/49207; it has been noted by GNATS.

From: "Kamil Rytarowski" <n54%gmx.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost, martin%duskware.de@localhost, christos%netbsd.org@localhost
Subject: Re: kern/49207
Date: Wed, 1 Oct 2014 22:12:48 +0200

 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