mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix IRIX sc_mask conflict
This commit is contained in:
parent
1c0c6cee80
commit
c5b6a86502
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ static SLAP_CTRL_PARSE_FN parseNoOp;
|
|||
static SLAP_CTRL_PARSE_FN parsePagedResults;
|
||||
static SLAP_CTRL_PARSE_FN parseValuesReturnFilter;
|
||||
|
||||
#undef sc_mask /* avoid conflict with Irix 6.5 <sys/signal.h> */
|
||||
|
||||
static struct slap_control {
|
||||
char *sc_oid;
|
||||
slap_mask_t sc_mask;
|
||||
|
|
|
|||
Loading…
Reference in a new issue