diff options
Diffstat (limited to 'usr/src/cmd/format/hardware_structs.h')
-rw-r--r-- | usr/src/cmd/format/hardware_structs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/format/hardware_structs.h b/usr/src/cmd/format/hardware_structs.h index b72ebdf308..81bc40d202 100644 --- a/usr/src/cmd/format/hardware_structs.h +++ b/usr/src/cmd/format/hardware_structs.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -62,6 +62,8 @@ struct disk_info { char v_volume[LEN_DKL_VVOL]; /* volume name from label */ /* (no terminating null) */ + uint_t disk_lbasize; /* disk block size */ + }; #define NSPECIFICS 8 |