]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
Remove lint
[openldap] / servers / slapd / slap.h
index f2594ddd4276986f915ad9dd0dcbbe16e5b70aba..48298e71e04d85b996d0a7a337a5b9d8af2c69e5 100644 (file)
@@ -369,8 +369,8 @@ typedef struct slap_matching_rule {
 struct slap_attr_desc;
 
 typedef struct slap_attribute_type {
-       char                                    *sat_cname;
        LDAPAttributeType               sat_atype;
+       char                            *sat_cname;
        struct slap_attribute_type      *sat_sup;
        struct slap_attribute_type      **sat_subtypes;
        MatchingRule                    *sat_equality;