summaryrefslogtreecommitdiff
path: root/ufs/ufs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r--ufs/ufs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ufs/ufs.h b/ufs/ufs.h
index f6769916..c79aaeb7 100644
--- a/ufs/ufs.h
+++ b/ufs/ufs.h
@@ -24,6 +24,10 @@
#include <hurd/diskfs.h>
#include <assert.h>
+/* XXX */
+typedef unsigned long long u_quad_t;
+
+
/* Define this if memory objects should not be cached by the kernel.
Normally, don't define it, but defining it causes a much greater rate
of paging requests, which may be helpful in catching bugs. */