Re: 2.2.1 header conflicts

Philip Blundell (philb@gnu.org)
Fri, 19 Feb 1999 19:00:37 +0000


>#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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/