On Tue, Jan 31, Michal Privoznik wrote:
On 01/31/2017 11:33 AM, Olaf Hering wrote:
> /WD20_11.4/usr/include/linux/fs.h:#define MS_MOVE 8192
so sys/mount.h is present and does provide the symbol. And yet, compiler
No, 11.4 had it only in linux/fs.h.
If libvirt provides a compat layer for old userland a #ifndef MS_MOVE ;
#define MS_MOVE 8192 may do the trick.
Olaf