opnsense-ports/net/samba36/files/patch-source3__include__includes.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
514 B
C

--- ./source3/include/includes.h.orig 2011-08-09 13:17:47.000000000 +0200
+++ ./source3/include/includes.h 2011-10-04 00:34:33.000000000 +0200
@@ -161,6 +161,10 @@
#include <sys/uio.h>
#endif
+#ifdef HAVE_SYS_SYSCTL_H
+#include <sys/sysctl.h>
+#endif
+
#if HAVE_LANGINFO_H
#include <langinfo.h>
#endif
@@ -548,10 +552,6 @@
#define SIGCLD SIGCHLD
#endif
-#ifndef SIGRTMIN
-#define SIGRTMIN NSIG
-#endif
-
#if defined(HAVE_PUTPRPWNAM) && defined(AUTH_CLEARTEXT_SEG_CHARS)
#define OSF1_ENH_SEC 1
#endif