diff options
author | Karsten Hopp <karsten@redhat.de> | 2001-06-20 15:17:09 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2001-06-20 15:17:09 +0000 |
commit | 99ec7a518db756b0d3778a3e1e4ef97f92649fac (patch) | |
tree | 9b8a2fdc3941ddea55c7aa2a24222462c11fe024 /isys | |
parent | 3bf4cd81c52c656f483c82351f7b1fb417c1cb3b (diff) | |
download | anaconda-99ec7a518db756b0d3778a3e1e4ef97f92649fac.tar.gz anaconda-99ec7a518db756b0d3778a3e1e4ef97f92649fac.tar.xz anaconda-99ec7a518db756b0d3778a3e1e4ef97f92649fac.zip |
I didn't want to submit this...
Diffstat (limited to 'isys')
-rw-r--r-- | isys/nfsmount.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/isys/nfsmount.c b/isys/nfsmount.c index 85bc8d1ca..9a5624032 100644 --- a/isys/nfsmount.c +++ b/isys/nfsmount.c @@ -42,10 +42,10 @@ #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> +#include <time.h> #include <sys/utsname.h> #include <sys/stat.h> #include <arpa/inet.h> @@ -53,6 +53,7 @@ #include "sundries.h" #include "nfsmount.h" +#include <linux/nfs.h> #define NFS_NEED_KERNEL_TYPES #include "mount_constants.h" #include "nfs_mount4.h" @@ -808,7 +809,7 @@ fail: #endif static struct { - enum nfsstat stat; + enum nfs_stat stat; int errnum; } nfs_errtbl[] = { { NFS_OK, 0 }, |