From da11b97ab205bfa0d92d266600051d56f43e0336 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jan 2017 01:14:07 -0500 Subject: ntapi_tt_open_physical_parent_directory(): removed 'type' param (not needed). --- src/fs/ntapi_tt_open_physical_parent_directory.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/fs/ntapi_tt_open_physical_parent_directory.c b/src/fs/ntapi_tt_open_physical_parent_directory.c index d28eb1b..2822b47 100644 --- a/src/fs/ntapi_tt_open_physical_parent_directory.c +++ b/src/fs/ntapi_tt_open_physical_parent_directory.c @@ -14,8 +14,7 @@ int32_t __stdcall __ntapi_tt_open_physical_parent_directory( __out uintptr_t * buffer, __in uint32_t buffer_size, __in uint32_t desired_access, - __in uint32_t open_options, - __out int32_t * type) + __in uint32_t open_options) { int32_t status; nt_oa oa; @@ -25,8 +24,6 @@ int32_t __stdcall __ntapi_tt_open_physical_parent_directory( nt_unicode_string * path; uint32_t len; - (void)type; - path = (nt_unicode_string *)buffer; if ((status = __ntapi->zw_query_object( -- cgit v1.2.3