>#include <fcntl.h>
>#include <sys/types.h>
>#include <unistd.h>
>#include <string.h>
>#include <stdio.h>
>#include <stdlib.h>
>#include <errno.h>
>#include <sys/vfs.h>
>#include <linux/nfs_fs.h>

You mustn't mix headers from the kernel with those from libc.  They aren't 
intended to work together.

p.

Reply via email to