Commit some of the temporary UDF stuff. It will either be completed or

disabled later.
This commit is contained in:
rocky
2006-01-26 04:41:50 +00:00
parent 2039a55d18
commit 413f887b1d
3 changed files with 24 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: udf_fs.c,v 1.13 2005/11/02 03:42:50 rocky Exp $
$Id: udf_fs.c,v 1.14 2006/01/26 04:41:50 rocky Exp $
Copyright (C) 2005 Rocky Bernstein <rocky@panix.com>
@@ -143,7 +143,7 @@ udf_checktag(udf_tag_t *p_tag, udf_Uint16_t tag_id)
return -1;
}
static bool
bool
udf_get_lba(const udf_file_entry_t *p_udf_fe,
/*out*/ uint32_t *start, /*out*/ uint32_t *end)
{