1 Feb
2017
1 Feb
'17
12:21 a.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