]> git.sur5r.net Git - openldap/commitdiff
LDAPworld P6: SLAPD on AIX
authorKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 02:41:53 +0000 (02:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 9 Aug 1998 02:41:53 +0000 (02:41 +0000)
include/avl.h

index 745cc17d61ee4cfd1f55a40d6cb9c2630fba3253..46a1e7667a379fc5c9c914afc944174ff66b7da9 100644 (file)
@@ -21,7 +21,7 @@
 
 typedef struct avlnode {
        caddr_t         avl_data;
-       char            avl_bf;
+       signed char             avl_bf;
        struct avlnode  *avl_left;
        struct avlnode  *avl_right;
 } Avlnode;