>#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.
- 2.2.1 header conflicts Daniel C. Nurmi
- Re: 2.2.1 header conflicts Philip Blundell
- Re: 2.2.1 header conflicts Trevor Johnson
- Re: 2.2.1 header conflicts Guest section DW
