"Vitaliy Margolen" <[EMAIL PROTECTED]> wrote:

+++ b/server/security.h
@@ -41,10 +41,16 @@ extern const LUID SeCreateGlobalPrivileg

extern const PSID security_interactive_sid;

+extern void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING 
*mapping);

+++ b/server/token.c
/* maps from generic rights to specific rights as given by a mapping */
-static inline void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING 
*mapping)
+inline void map_generic_mask(unsigned int *mask, const GENERIC_MAPPING 
*mapping)

'inline' above probably should be removed.

--
Dmitry.


Reply via email to