Subject: None
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 06/28/2006 09:07:48
On Jun 27, 11:20pm, manu@netbsd.org (Emmanuel Dreyfus) wrote:
-- Subject: 

| Emmanuel Dreyfus <manu@netbsd.org> wrote:
| 
| > > I would just call the flag P_EXIT, remote means to me 
| > > from a different machine, and it looks ok.
| > P_EXIT is a bit vague. What about P_QUIETEXIT?
| 
| And should the flag check be ifdef COMPAT_LINUX or not?

No, because it will clutter the code with ifdefs. The comment can say that
it is used by COMPAT_LINUX.

christos