On Wed, 16 May 2001, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Ruslan Ermilov writes: > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > I tend to dislike adding ../../sys to the includes list since they > might not be compatible with the host's sys files used to build libc. I'd like to remove all the existing ones. They are a hack to handle the case where you haven't bootstrapped properly. They intentionally give <sys> includes which may be incompatible with the host ones, in case the host ones are out of date relative to the src tree. This depends on only a few headers like <sys/user.h> being out of date, and sometimes helps mainly for headers like <sys/user.h> which declare system structures that are groped in by userland. But it is just a bug in general. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: cvs commit: src Makefile.inc... Cyrille Lefevre
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Maxim Sobolev
- Re: cvs commit: src Makefile.inc1 Maxim Sobolev
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Maxim Sobolev
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Ruslan Ermilov
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Bruce Evans
- Re: cvs commit: src Makefile.inc1 Ruslan Ermilov
- Re: cvs commit: src Makefile.inc1 Brian Somers
- Re: cvs commit: src Makefile.inc1 Warner Losh
- Re: cvs commit: src Makefile.inc1 Bruce Evans
- Re: cvs commit: src Makefile.inc... Brian Somers
- Re: cvs commit: src Makefile.inc... Ruslan Ermilov
- Where to put include files (was:... Brian Somers
- Re: Where to put include files (... Warner Losh
- Re: Where to put include files (... Warner Losh
- Re: Where to put include files (... Brian Somers