From: Kurt Zeilenga Date: Wed, 25 Nov 1998 23:35:04 +0000 (+0000) Subject: Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1025 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e2a772173b934134001f051a662765e78c3886a;p=openldap Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc. --- diff --git a/include/ac/signal.h b/include/ac/signal.h index a18c147a1c..b850e75894 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -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