You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/18 19:23:37 UTC

svn commit: r805504 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

Author: mturk
Date: Tue Aug 18 17:23:37 2009
New Revision: 805504

URL: http://svn.apache.org/viewvc?rev=805504&view=rev
Log:
Drop group access

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h?rev=805504&r1=805503&r2=805504&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h Tue Aug 18 17:23:37 2009
@@ -98,7 +98,7 @@
 DWORD        ACR_SetTokenPrivilege(LPCWSTR szPrivilege, BOOL bEnablePrivilege);
 DWORD        ACR_EnablePrivilege(LPCWSTR szPrivilege);
 PSID         ACR_DuplicateSid(JNIEnv *_E, PSID sSID);
-LPVOID       ACR_GetSecurityDescriptor(JNIEnv *, DWORD, DWORD, DWORD);
+LPVOID       ACR_GetSecurityDescriptor(JNIEnv *, DWORD, DWORD);
 
 /**
  * Heap allocation from main.c