]> git.sur5r.net Git - openldap/commitdiff
Fix IRIX sc_mask conflict
authorKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 02:32:57 +0000 (02:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 13 Aug 2002 02:32:57 +0000 (02:32 +0000)
servers/slapd/controls.c

index 535345c2e208468b85830eb698609e2d09877526..53d927004f8f109bfcb9142fb8d165a479ec0351 100644 (file)
@@ -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;