diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-06-24 21:47:51 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-06-24 21:47:51 +0000 |
commit | 893265c31887336c5dbda23c555224c6d988e58a (patch) | |
tree | 56fa51b84118bc5058b057267d42fd9ce6fab4e2 /sys/isofs/udf/udf.h | |
parent | e9611845589a8252c83ef95b0fa18d8c56b37365 (diff) |
Shave 8 bytes off struct udf_mnt
Diffstat (limited to 'sys/isofs/udf/udf.h')
-rw-r--r-- | sys/isofs/udf/udf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isofs/udf/udf.h b/sys/isofs/udf/udf.h index 5e0e41538c5..3d42b186868 100644 --- a/sys/isofs/udf/udf.h +++ b/sys/isofs/udf/udf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udf.h,v 1.3 2006/06/24 15:09:17 pedro Exp $ */ +/* $OpenBSD: udf.h,v 1.4 2006/06/24 21:47:50 pedro Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -56,7 +56,6 @@ struct udf_mnt { int bmask; uint32_t part_start; uint32_t part_len; - uint64_t root_id; struct vnode *root_vp; struct long_ad root_icb; LIST_HEAD(udf_hash_lh, udf_node) *hashtbl; |