Aurelien Jarno <[email protected]> writes: > The problem actually from here sys/sys/mount.h, and is not specific to > procfs: > > | #define MNAMELEN 88 /* size of on/from name bufs */ > ... > | #define OMNAMELEN (88 - 2 * sizeof(long)) /* size of on/from > name bufs */ > > The variable length depending on the architecture is there to keep the > size of the structure statfs to 256 bytes.
Ok. I now see I did use the wrong mount path for my test and that was the real reason why it worked then :-( Sorry if that wasted your time. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

