Subject: Re: CVS commit: src/sys
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/05/2006 20:23:35
On Mar 6, 9:07am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys
| > 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.
Yes, thorpej will do it (or so he said).
christos