> Thus, I decided to fake a Linux-like answer on this syscall, and > implement another syscall where I could put what I wanted. In practice, > I currently identify myself as "Linux 2.6.35" through uname(2), but > "Manux 0.0.5" through my uname_vect(2) syscall. > > Is it okay to do this? Do you have any objections or remarks?
If you are trying to be ABI compatible then replying with a "Linux" version that it is compatible with might actually be extraordinarily sensible. Alan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/