diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-14 01:58:28 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-14 01:58:28 +0000 |
commit | 6bb2f40fa779ee70f65e480a22c719660a68c96c (patch) | |
tree | b9608bf6c0119aaa13e0abf1449e6feb4761d2dd /isys | |
parent | 36fccfb5d292eefd9dbbf14a189444faa306e124 (diff) | |
download | anaconda-6bb2f40fa779ee70f65e480a22c719660a68c96c.tar.gz anaconda-6bb2f40fa779ee70f65e480a22c719660a68c96c.tar.xz anaconda-6bb2f40fa779ee70f65e480a22c719660a68c96c.zip |
fix on ia64
Diffstat (limited to 'isys')
-rw-r--r-- | isys/nfs_mount3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isys/nfs_mount3.h b/isys/nfs_mount3.h index 6574c4583..f4e7342cd 100644 --- a/isys/nfs_mount3.h +++ b/isys/nfs_mount3.h @@ -37,11 +37,9 @@ struct nfs_fh { * Check at runtime whether the running kernel can handle the new stuff. */ -#ifndef __ia64__ struct nfs_fh { char data[NFS_FHSIZE]; }; -#endif struct nfs_mount_data { int version; /* 1 */ |