From: Kurt Zeilenga Date: Sun, 9 Aug 1998 02:41:53 +0000 (+0000) Subject: LDAPworld P6: SLAPD on AIX X-Git-Tag: LDAP_3_3+prerelease~27^2~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92f7e6c3c8b5927a25f471208f748b549c2c07f6;p=openldap LDAPworld P6: SLAPD on AIX --- diff --git a/include/avl.h b/include/avl.h index 745cc17d61..46a1e7667a 100644 --- a/include/avl.h +++ b/include/avl.h @@ -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;