Fix --enable-really-statici: mkntfs redefined ntfs_attr_put_search_ctx()
parent
5ca19a130b
commit
660b44f3ed
|
@ -1459,18 +1459,6 @@ int mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
|
|||
return -1;
|
||||
}
|
||||
|
||||
/**
|
||||
* ntfs_attr_put_search_ctx - release an attribute search context
|
||||
* @ctx: attribute search context to free
|
||||
*
|
||||
* Release the attribute search context @ctx.
|
||||
*/
|
||||
void ntfs_attr_put_search_ctx(ntfs_attr_search_ctx *ctx)
|
||||
{
|
||||
free(ctx);
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* insert_positioned_attr_in_mft_record
|
||||
* Create a non-resident attribute with a predefined on disk location
|
||||
|
|
Loading…
Reference in New Issue