diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:28:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-15 16:28:07 +0000 |
commit | 8f9804b71d1bb55dc3172d0fa06e4c1edaafc7e4 (patch) | |
tree | 86b7b1b1ecb2c5a39e1427e96c1c3e878d66a929 /ufs/ufs.h | |
parent | da807b786126e1088cfe45bf022caf6c54c09a91 (diff) |
Formerly ufs.h.~16~
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r-- | ufs/ufs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. */ |