]> git.sur5r.net Git - openldap/commitdiff
Import fix of ldap_sigusr2 typo from -devel.
authorKurt Zeilenga <kurt@openldap.org>
Sun, 29 Nov 1998 22:10:54 +0000 (22:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 29 Nov 1998 22:10:54 +0000 (22:10 +0000)
include/ac/signal.h

index a18c147a1c556739d5ed68cfd589ec90edbb17e8..b850e75894fafebf800c016650b65f0c1418de4e 100644 (file)
@@ -36,9 +36,9 @@
 #              if defined( SIGUNUSED )
 #                      define LDAP_SIGUSR2     SIGUNUSED
 #              elif defined ( SIGINFO )
-#                      define LDAP_SIGUSR1     SIGINFO
+#                      define LDAP_SIGUSR2     SIGINFO
 #              elif defined ( SIGEMT )
-#                      define LDAP_SIGUSR1     SIGEMT
+#                      define LDAP_SIGUSR2     SIGEMT
 #              endif
 #      endif
 #endif