On Wed, 13 Jul 2005, Stas Sergeev wrote: > Maybe add the proper headers to the > dosemu source tree as we did before?
The question is which headers? Many headers include some linux/*.h file but it seems that only sys/pci.h is problematic. It's easy to get rid of that #include by simply putting some extra #define's in our src/include/pci.h. But then is it just sys/pci.h? I mean sys/pci.h is undocumented as far as I can see (neither "info libc" nor man pages seem to mention it), but the same is true for sys/soundcard.h, sys/vt.h, sys/kd.h and perhaps some others. All goes to show that grepping headers isn't a good way to obtain "documentation"... The LSB contains a really clean header system. But that's *too* clean for dosemu, as things like vm86 and *mntent functions are missing, Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
