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 | ca6d84dd97fc2a772609f40962c52f8ed726dbbb (patch) | |
tree | 75288d73218ccc4b1662fa6aef7a789a913346fb | |
parent | 7b0c5fe429fd598011edd4c2c0cae008263b8467 (diff) |
Formerly ufs.h.~16~
-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. */ |