fix SIGUNUSED typo

This commit is contained in:
Kurt Zeilenga 1998-08-15 18:18:43 +00:00
parent b58c782eeb
commit cf1d3904a4

View file

@ -144,7 +144,7 @@ slapd_daemon(
#else
(void) SIGNAL( SIGUSR1, (void *) do_nothing );
#endif
#ifdef SIGSTKFLT
#ifdef SIGUNUSED
(void) SIGNAL( SIGUNUSED, (void *) set_shutdown );
#else
(void) SIGNAL( SIGUSR2, (void *) set_shutdown );