switch order of type and GSSAPI_LIB_VARIABLE
authorLove Hörnquist Åstrand <lha@h5l.org>
Sun, 24 Jul 2011 20:00:36 +0000 (13:00 -0700)
committerLove Hörnquist Åstrand <lha@h5l.org>
Sun, 24 Jul 2011 20:00:36 +0000 (13:00 -0700)
lib/gssapi/mech/gss_authorize_localname.c

index 3fcd3ba9e3b398bffdf22a1fea7726c6a3e73768..a0ad065da887125f5cfe9ff9e76f01de3859e2f2 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "mech_locl.h"
 
-GSSAPI_LIB_VARIABLE gss_buffer_desc __gss_c_attr_local_login_user =  {
+gss_buffer_desc GSSAPI_LIB_VARIABLE __gss_c_attr_local_login_user =  {
     sizeof("local-login-user") - 1,
     "local-login-user"
 };