Removed extended_partition_info::partition_code field.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,9 +41,6 @@ typedef struct extended_partition_info {
|
|||||||
char file_system_short_name[B_FILE_NAME_LENGTH]; /* "", if hidden */
|
char file_system_short_name[B_FILE_NAME_LENGTH]; /* "", if hidden */
|
||||||
char file_system_long_name[B_FILE_NAME_LENGTH]; /* or unknown FS */
|
char file_system_long_name[B_FILE_NAME_LENGTH]; /* or unknown FS */
|
||||||
char volume_name[B_FILE_NAME_LENGTH]; /* "", if hidden */
|
char volume_name[B_FILE_NAME_LENGTH]; /* "", if hidden */
|
||||||
// char mounted_at[B_FILE_NAME_LENGTH]; /* "", if not mounted */
|
|
||||||
//< better B_PATH_NAME_LENGTH?
|
|
||||||
uint32 partition_code;
|
|
||||||
uint32 file_system_flags; /* same as fs_info::flags */
|
uint32 file_system_flags; /* same as fs_info::flags */
|
||||||
} extended_partition_info;
|
} extended_partition_info;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user