summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-15 16:28:07 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-15 16:28:07 +0000
commit8f9804b71d1bb55dc3172d0fa06e4c1edaafc7e4 (patch)
tree86b7b1b1ecb2c5a39e1427e96c1c3e878d66a929
parentda807b786126e1088cfe45bf022caf6c54c09a91 (diff)
Formerly ufs.h.~16~
-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. */