summaryrefslogtreecommitdiffstats
path: root/isys/nfs_mount3.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-07 21:13:39 +0000
committerErik Troan <ewt@redhat.com>2000-06-07 21:13:39 +0000
commit4e98ed21f5f35d1ee2c574d2e58f2417c73e6c23 (patch)
treed1180ebd18a65b88e964697a11016f9d5a52c9c1 /isys/nfs_mount3.h
parentb36e1c6a0161c22bd07e68775a3845d763a7b1cc (diff)
downloadanaconda-4e98ed21f5f35d1ee2c574d2e58f2417c73e6c23.tar.gz
anaconda-4e98ed21f5f35d1ee2c574d2e58f2417c73e6c23.tar.xz
anaconda-4e98ed21f5f35d1ee2c574d2e58f2417c73e6c23.zip
another gross hack
Diffstat (limited to 'isys/nfs_mount3.h')
-rw-r--r--isys/nfs_mount3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/isys/nfs_mount3.h b/isys/nfs_mount3.h
index b731c6c10..219251881 100644
--- a/isys/nfs_mount3.h
+++ b/isys/nfs_mount3.h
@@ -11,10 +11,13 @@
#define _LINUX_IN_H 1
#define NFS_MAXFHSIZE 64
+
+#ifndef __ia64__
struct nfs_fh {
unsigned short size;
unsigned char data[NFS_MAXFHSIZE];
};
+#endif
#include <linux/nfs2.h>
#include <linux/nfs_mount.h>