[PATCH] [FreeBSD 14a] SIGRTMIN additions
Timur I. Bakeyev
timur at com.bat.ru
Sun Jun 7 15:46:07 GMT 2009
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.
-------------- next part --------------
--- ./source3/m4/aclocal.m4.orig 2009-04-30 07:53:01.000000000 +0000
+++ ./source3/m4/aclocal.m4 2009-06-01 11:49:40.000000000 +0000
@@ -827,6 +805,9 @@
#include <fcntl.h>
#include <signal.h>
+#ifndef SIGRTMIN
+#define SIGRTMIN NSIG
+#endif
/* from smbd/notify_kernel.c */
#ifndef RT_SIGNAL_NOTIFY
#define RT_SIGNAL_NOTIFY (SIGRTMIN+2)
More information about the samba-technical
mailing list