Ulrich Weigand wrote:

> One more point I just noticed:  I had removed all dependencies on
> Linux-specific headers, e.g. on the u32 etc. types, from all files
> except host-linux.c.  You have apparently reverted those changes
> (e.g. your monitor.c/h again contains u32 where I had already replaced
> it with Bit32u ...), and reintroduced stuff like #include <linux/types.h>
> in config.h.in and a host.h file.

I wanted to have one set of types.  I hate having a mixture
of Bit32u and u32.  It's confusing.  Since Linux defines
this type, and conditionally types with leading double underscore
(depending if you're compile user or kernel code), I had to
add a little #ifdef code to make it work.


> Another CVS-specific problem:  it is impossible to rename directories
> in CVS, so that in order to rename the main directory to plex86 we'll
> probably have to create a new repository anyway ...

Yeah, just as well.

-Kevin

Reply via email to