summaryrefslogtreecommitdiffstats
path: root/isys/nfsmount.h
diff options
context:
space:
mode:
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;