diff options
author | Matt Wilson <msw@redhat.com> | 2001-02-08 17:00:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-02-08 17:00:59 +0000 |
commit | c5eaa5459323a33c5addae2d21e2b66ced334ac2 (patch) | |
tree | d96299ee6044e0b97314f18add0a86c6fb270cfe /isys | |
parent | ed26540b9d7341c4ce07cdeee10fb80b7c2566ab (diff) | |
download | anaconda-c5eaa5459323a33c5addae2d21e2b66ced334ac2.tar.gz anaconda-c5eaa5459323a33c5addae2d21e2b66ced334ac2.tar.xz anaconda-c5eaa5459323a33c5addae2d21e2b66ced334ac2.zip |
remove clashing linux/uio.h
Diffstat (limited to 'isys')
-rw-r--r-- | isys/nfsmount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/nfsmount.c b/isys/nfsmount.c index a3d92dfa9..f4151aa3a 100644 --- a/isys/nfsmount.c +++ b/isys/nfsmount.c @@ -53,7 +53,6 @@ #include "nfsmount.h" #define NFS_NEED_KERNEL_TYPES -#include <linux/uio.h> #include <linux/nfs.h> #include "mount_constants.h" #include "nfs_mount4.h" |