From a22af4a956ce1926fb69c8f522ecf3111ee372f4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 9 May 2009 15:08:16 +0000 Subject: * sec_auth.cc (str2uni_cat): Move from here... * path.cc (str2uni_cat): ...to here. Simplify. Make static inline. (get_nt_native_path): Use RtlAppendUnicodeToString rather than str2uni_cat for constant strings for speed. * security.h (str2uni_cat): Drop declaration. --- winsup/cygwin/security.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/security.h') diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index 9d306feb0..7b09bc0ad 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -366,9 +366,6 @@ extern "C" int acl32 (const char *, int, int, __acl32 *); int getacl (HANDLE, path_conv &, int, __acl32 *); int setacl (HANDLE, path_conv &, int, __acl32 *, bool &); -struct _UNICODE_STRING; -void __stdcall str2uni_cat (_UNICODE_STRING &, const char *) __attribute__ ((regparm (2))); - /* Function creating a token by calling NtCreateToken. */ HANDLE create_token (cygsid &usersid, user_groups &groups, struct passwd * pw); /* LSA authentication function. */ -- cgit v1.2.3