fixup type for GSS_C_ATTR_LOCAL_LOGIN_USER

This commit is contained in:
Love Hörnquist Åstrand
2011-07-24 12:47:55 -07:00
parent d434bda588
commit 052c5767fd
2 changed files with 2 additions and 4 deletions

View File

@@ -1046,7 +1046,7 @@ GSSAPI_LIB_FUNCTION int GSSAPI_LIB_CALL
gss_userok(const gss_name_t name,
const char *user);
extern GSSAPI_LIB_VARIABLE gss_buffer_t __gss_c_attr_local_login_user;
extern GSSAPI_LIB_VARIABLE gss_buffer_desc __gss_c_attr_local_login_user;
#define GSS_C_ATTR_LOCAL_LOGIN_USER (&__gss_c_attr_local_login_user)
/*