Re: recent change to conf.h breaks xosview port

2000-08-31 Thread Sheldon Hearn
On Thu, 31 Aug 2000 15:36:59 +1100, Bruce Evans wrote: > Programs like fstat and lsof probably have a legitimate need for some > things in . This is a bug in . For now, a harmless work-around for most of these applications seems to be to include . The odds of namespace collisions are slim.

Re: recent change to conf.h breaks xosview port

2000-08-30 Thread Bruce Evans
On Wed, 30 Aug 2000, Poul-Henning Kamp wrote: > should not be included from userland, and if it is > a proper interface should be designed and used instead. #ifndef _KERNEL #error "no user-servicable parts inside" #endif I put this in . It broken vmware2 :-). (I think vmware needs APIC stuff

Re: recent change to conf.h breaks xosview port

2000-08-30 Thread Poul-Henning Kamp
should not be included from userland, and if it is a proper interface should be designed and used instead. Poul-Henning In message <[EMAIL PROTECTED]>, Sheldon Hearn writes: > >Hi Poul-Henning, > >As of rev 1.116 of sys/sys/conf.h, the xosview port no longer builds. >Your delta added 3 struct

recent change to conf.h breaks xosview port

2000-08-30 Thread Sheldon Hearn
Hi Poul-Henning, As of rev 1.116 of sys/sys/conf.h, the xosview port no longer builds. Your delta added 3 struct timespec members to struct specinfo. The affected xosview file includes the following headers files in order: #include #include [...] The breakage looks like this: In file incl