
31 Jan
2017
31 Jan
'17
10:33 a.m.
On Tue, Jan 31, Michal Privoznik wrote:
This fails to compile on systems without MS_MOVE, like openSUSE 11.4. $ grep -r MS_MOVE /usr/include/
At that point glibc did not provide MS_MOVE. /usr/include/sys/mount.h: MS_MOVE = 8192, /usr/include/sys/mount.h:#define MS_MOVE MS_MOVE /usr/include/linux/fs.h:#define MS_MOVE 8192 /WD20_11.4/usr/include/linux/fs.h:#define MS_MOVE 8192 /WD20_13.1/usr/include/sys/mount.h: MS_MOVE = 8192, /WD20_13.1/usr/include/sys/mount.h:#define MS_MOVE MS_MOVE /WD20_13.1/usr/include/linux/fs.h:#define MS_MOVE 8192 So what should be done? Olaf