From 967ba89df9a4f6b412856b1d3a8db9726ea832e0 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 16 Jul 2020 20:38:40 +0000 Subject: [PATCH] - fix from upstream that allows libsm to compile against FreeBSD 13 Submitted by: Gregory Shapiro Obtained from: https://svnweb.freebsd.org/changeset/base/363226 --- mail/sendmail/files/patch-notify.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mail/sendmail/files/patch-notify.c diff --git a/mail/sendmail/files/patch-notify.c b/mail/sendmail/files/patch-notify.c new file mode 100644 index 000000000000..49bdc25fe130 --- /dev/null +++ b/mail/sendmail/files/patch-notify.c @@ -0,0 +1,26 @@ +--- libsm/notify.c.orig 2020-05-19 19:54:32 UTC ++++ libsm/notify.c +@@ -10,11 +10,6 @@ + + #include + +-#include /* FDSET_CAST */ +-#include +-#include +-#include +- + #include + #include + #include +@@ -24,6 +19,11 @@ + #include + #include + #include /* for memset() */ ++ ++#include /* FDSET_CAST */ ++#include ++#include ++#include + + #if SM_NOTIFY_DEBUG + #define SM_DBG(p) fprintf p