diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-07 20:36:40 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-07 20:36:40 +0000 |
commit | f3c17c94e952b46220f489433843ad2324e662b9 (patch) | |
tree | 0f33af759b061b75b386d4925829bc4793e4a568 /isys/nfs_mount3.h | |
parent | 9a1fb1062da4fee64569cc742fdbef7bdf9b757a (diff) | |
download | anaconda-f3c17c94e952b46220f489433843ad2324e662b9.tar.gz anaconda-f3c17c94e952b46220f489433843ad2324e662b9.tar.xz anaconda-f3c17c94e952b46220f489433843ad2324e662b9.zip |
more fiddles for new nfs stuff
Diffstat (limited to 'isys/nfs_mount3.h')
-rw-r--r-- | isys/nfs_mount3.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/isys/nfs_mount3.h b/isys/nfs_mount3.h index 5bc2a198e..b731c6c10 100644 --- a/isys/nfs_mount3.h +++ b/isys/nfs_mount3.h @@ -10,9 +10,11 @@ #define _LINUX_IN_H 1 -#define __KERNEL__ -#include <linux/nfs.h> -#undef __KERNEL__ +#define NFS_MAXFHSIZE 64 +struct nfs_fh { + unsigned short size; + unsigned char data[NFS_MAXFHSIZE]; +}; #include <linux/nfs2.h> #include <linux/nfs_mount.h> |