diff options
author | phk <phk@FreeBSD.org> | 2003-02-07 21:09:51 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-02-07 21:09:51 +0000 |
commit | 0d87d642539b3694f458c5bbce054bc790ffa99a (patch) | |
tree | 84dcfbd0985c7afcc5b0f0e97cacd4e14535a266 /sbin/vinum | |
parent | be3ac9dc01db6968179521188627398bf76c0b0d (diff) | |
download | FreeBSD-src-0d87d642539b3694f458c5bbce054bc790ffa99a.zip FreeBSD-src-0d87d642539b3694f458c5bbce054bc790ffa99a.tar.gz |
Rename bio_linkage to the more obvious bio_parent.
Add bio_t0 timestamp, and include <sys/time.h> where needed
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/vext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index 92bd239..3d0f79b 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -57,6 +57,7 @@ enum { #include <sys/param.h> #include <sys/errno.h> #include <sys/dkstat.h> +#include <sys/time.h> #include <sys/bio.h> #include <sys/buf.h> #include <sys/malloc.h> |