On 01-Feb-00 H. Peter Anvin wrote:
> The proper fix is to use differnt header files.
I think that would make sense if we were talking about vastly different
protocols, but we're just talking about one protocol with two versions (one a
subset of the other), and two implementations.
If there were going to be lots of user-mode clients of this protocol it might
be worth putting lots of effort into dealing with interface versioning with a
library, but since there's only one user-mode client, that's probably overkill.
J