Subject: Re: CVS commit: src/sys/sys
To: None <bjh21@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: source-changes
Date: 06/01/2003 13:53:09
Why not make another internal-only include file that both places will
include?  That way, it is defined in one place, but both can still get
just that symbol?

It's not as clean and tidy in one way, but many other OSs seem to do
this sort of thing for this sort of situation.

--Michael

Ben Harris <bjh21@netbsd.org> writes:

> Module Name:	src
> Committed By:	bjh21
> Date:		Sat May 31 11:50:16 UTC 2003
>
> Modified Files:
> 	src/sys/sys: unistd.h
>
> Log Message:
> Mention places where _SC_* values are hard-coded, so people who might
> change them will know.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.27 -r1.28 src/sys/sys/unistd.h
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.