diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-15 19:22:39 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-15 19:22:39 +0000 |
commit | e62f56e0839709c442a82425ecdc860d2b6b52c5 (patch) | |
tree | 45f79519d6d2987011ded3c78d9086c1ac744781 /isys | |
parent | 7567017be126a452d3f641315806df65a7588279 (diff) | |
download | anaconda-e62f56e0839709c442a82425ecdc860d2b6b52c5.tar.gz anaconda-e62f56e0839709c442a82425ecdc860d2b6b52c5.tar.xz anaconda-e62f56e0839709c442a82425ecdc860d2b6b52c5.zip |
hack around not having NFS_MOUNT_VERSION
Diffstat (limited to 'isys')
-rw-r--r-- | isys/nfs_mountversion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/nfs_mountversion.h b/isys/nfs_mountversion.h index e5b90ee09..c87adda79 100644 --- a/isys/nfs_mountversion.h +++ b/isys/nfs_mountversion.h @@ -1 +1,2 @@ #define KERNEL_NFS_MOUNT_VERSION 3 +#define NFS_MOUNT_VERSION 3 |