From: Timur I. Bakeyev Date: Sun, 7 Jun 2009 15:46:07 +0000 (+0000) Subject: SIGRTMIN additions X-Git-Tag: tdb-1.1.5~191 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=96eaa412e63847c1cb942ed220607350c6b20a95;p=samba.git SIGRTMIN additions In addition to [FreeBSD 14] there is another place, where we (re)define SIGRTMIN - in SMB_IF_RTSIGNAL_BUG macro in /source3/m4/aclocal.m4. Here is another small patch. With regards, Timur Bakeyev. Signed-off-by: Stefan Metzmacher --- diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index c7920570833..dedf6fbf50b 100644 --- a/source3/m4/aclocal.m4 +++ b/source3/m4/aclocal.m4 @@ -828,6 +828,9 @@ AC_DEFUN([SMB_IF_RTSIGNAL_BUG], #include #include +#ifndef SIGRTMIN +#define SIGRTMIN NSIG +#endif /* from smbd/notify_kernel.c */ #ifndef RT_SIGNAL_NOTIFY #define RT_SIGNAL_NOTIFY (SIGRTMIN+2)