diff options
author | Karsten Hopp <karsten@redhat.de> | 2001-06-20 13:15:44 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2001-06-20 13:15:44 +0000 |
commit | 6a81b8274f1259a1a03189de0ff8841ff1e1d96a (patch) | |
tree | 00c81e07d8bb4acee580c043bd29f63fca0c9ae5 /isys/nfsmount.c | |
parent | 716d3e554119528a88cbaeb9ec8ffbe79e44ac1d (diff) | |
download | anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.tar.gz anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.tar.xz anaconda-6a81b8274f1259a1a03189de0ff8841ff1e1d96a.zip |
patches for s390
Diffstat (limited to 'isys/nfsmount.c')
-rw-r--r-- | isys/nfsmount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/nfsmount.c b/isys/nfsmount.c index f4151aa3a..85bc8d1ca 100644 --- a/isys/nfsmount.c +++ b/isys/nfsmount.c @@ -42,6 +42,7 @@ #include <netdb.h> #include <rpc/rpc.h> #include <rpc/pmap_prot.h> +#include <rpcsvc/nfs_prot.h> #include <rpc/pmap_clnt.h> #include <sys/socket.h> #include <sys/time.h> @@ -53,7 +54,6 @@ #include "nfsmount.h" #define NFS_NEED_KERNEL_TYPES -#include <linux/nfs.h> #include "mount_constants.h" #include "nfs_mount4.h" #undef NFS_NEED_KERNEL_TYPES @@ -808,7 +808,7 @@ fail: #endif static struct { - enum nfs_stat stat; + enum nfsstat stat; int errnum; } nfs_errtbl[] = { { NFS_OK, 0 }, |