summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-03-01 17:33:11 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-03-01 17:33:11 +0000
commitdb33b1c4d095b51baef070de1f55806b3127ed6e (patch)
tree5f6941f561e19165bebd54b6e83b2e37ee99a558
parent03816084de88cd6d1f42d74e11a4f584cc8cc5b5 (diff)
Notes
-rw-r--r--sys/geom/concat/g_concat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h
index 51fd94197bce..292badbcde57 100644
--- a/sys/geom/concat/g_concat.h
+++ b/sys/geom/concat/g_concat.h
@@ -63,9 +63,7 @@ struct g_concat_disk {
struct g_concat_softc *d_softc;
off_t d_start;
off_t d_end;
- off_t d_length;
boolean_t d_valid;
- LIST_ENTRY(g_concat_path) d_next;
};
struct g_concat_softc {