From 96eaa412e63847c1cb942ed220607350c6b20a95 Mon Sep 17 00:00:00 2001 From: "Timur I. Bakeyev" Date: Sun, 7 Jun 2009 15:46:07 +0000 Subject: 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 --- source3/m4/aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/m4/aclocal.m4') diff --git a/source3/m4/aclocal.m4 b/source3/m4/aclocal.m4 index c792057083..dedf6fbf50 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) -- cgit