Subject: Re: CVS commit: src/sys
To: Perry E. Metzger <perry@piermont.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 04/15/2006 12:32:02
On Apr 15, 10:45am, perry@piermont.com ("Perry E. Metzger") wrote:
-- Subject: Re: CVS commit: src/sys

| Er, we live in an age of modern compilers -- the namespace inside
| structs is struct specific. Why do struct members need prefixes like
| io_?

They pollute the user's namespace. Consider:

#define busy 1
#include <sys/foo.h>

christos