Subject: Re: CVS commit: src/sys
To: None <christos@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 03/06/2006 09:07:55
> Log Message:
> Add a proc_is_traced_p() macro and use it, instead of copying the same code
> in many places. Idea from thorpej.

isn't it better to make it a real function?
otherwise, it's prone to have "missing opt_*.h include" type problems.

btw, i think you need to tweak "#if defined(KTRACE) || defined(SYSTRACE)"
around syscall_fancy.

YAMAMOTO Takashi