mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
LDAPworld P6: SLAPD on AIX
This commit is contained in:
parent
835d3ef9bd
commit
92f7e6c3c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user