summaryrefslogtreecommitdiffstats
path: root/isys/nfsmount.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-11-13 21:05:52 +0000
committerErik Troan <ewt@redhat.com>2001-11-13 21:05:52 +0000
commit0c9da29f6bad397e0a0aa45d10271946145d6adb (patch)
treeb1acd169a7b86f0445b7d9ef3cff9b6ef92775f1 /isys/nfsmount.h
parent645147f606192a7f9c1825a339213a20862bb089 (diff)
downloadanaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.tar.gz
anaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.tar.xz
anaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.zip
changes for diet
Diffstat (limited to 'isys/nfsmount.h')
-rw-r--r--isys/nfsmount.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/isys/nfsmount.h b/isys/nfsmount.h
index 425f5dd90..0324d2f69 100644
--- a/isys/nfsmount.h
+++ b/isys/nfsmount.h
@@ -59,6 +59,12 @@ extern bool_t xdr_fhandle(XDR *, fhandle);
bool_t xdr_fhandle();
#endif /* Old Style C */
+#ifdef DIET
+typedef unsigned int u_int;
+typedef unsigned char u_char;
+typedef unsigned long u_long;
+typedef void * caddr_t;
+#endif
typedef struct {
u_int fhandle3_len;