diff options
author | Roland McGrath <roland@gnu.org> | 1994-07-20 01:53:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-07-20 01:53:07 +0000 |
commit | f6094cebd2209f43acc3a3799eb3f3cc39c4e286 (patch) | |
tree | 467e51380f17fffd2ef697031a4a34042946007d /ufs/ufs.h | |
parent | bebe45e23b4a945d6711af6e786eb93bbfee8bc5 (diff) |
Formerly ufs.h.~19~
Diffstat (limited to 'ufs/ufs.h')
-rw-r--r-- | ufs/ufs.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -24,15 +24,6 @@ #include <hurd/diskfs.h> #include <assert.h> -/* XXX */ -typedef unsigned long long u_quad_t; -typedef long long quad_t; -struct timespec -{ - long ts_sec; - long ts_nsec; -}; - /* 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 |