
31 Jan
2017
31 Jan
'17
4:21 p.m.
On Tue, Jan 31, Michal Privoznik wrote:
That's why I thought my patch was going to help. Did it?
I have not tried yet.
If libvirt provides a compat layer for old userland a #ifndef MS_MOVE ; #define MS_MOVE 8192 may do the trick. No, we should not do this. We should include a header file that defines it.
Usually linux/* and asm/* is not safe to include unconditionally. Make a copy of required interfaces, thats the common consense AFAIK. Olaf