search for: sladkey

Displaying 1 result from an estimated 1 matches for "sladkey".

2005 May 22
1
[patch 11/12] Unpleasantness in linux/nfs_mount.h
...unt/nfsmount.h 2005-05-21 14:38:15.000000000 +0200 @@ -1,8 +1,64 @@ /* * nfsmount/nfsmount.h + * + * We inline the contents of linux/nfs_mount.h, minus + * the include of linux/in.h, because of style conflicts + * between netinet/in.h and linux/in.h. + * Inlined stuff is Copyright (C) 1992 Rick Sladkey + */ + +#include <sys/types.h> +#include <linux/types.h> +#include <linux/nfs.h> +#include <linux/nfs2.h> +#include <linux/nfs3.h> + +/* + * WARNING! Do not delete or change the order of these fields. If + * a new field is required then add it to the end. The versio...