Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 20:38:40 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542388 - head/mail/sendmail/files
Message-ID:  <202007162038.06GKceY6085594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Jul 16 20:38:40 2020
New Revision: 542388
URL: https://svnweb.freebsd.org/changeset/ports/542388

Log:
  - fix from upstream that allows libsm to compile against FreeBSD 13
  Submitted by:	Gregory Shapiro
  Obtained from:	https://svnweb.freebsd.org/changeset/base/363226

Added:
  head/mail/sendmail/files/patch-notify.c   (contents, props changed)

Added: head/mail/sendmail/files/patch-notify.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/sendmail/files/patch-notify.c	Thu Jul 16 20:38:40 2020	(r542388)
@@ -0,0 +1,26 @@
+--- libsm/notify.c.orig	2020-05-19 19:54:32 UTC
++++ libsm/notify.c
+@@ -10,11 +10,6 @@
+ 
+ #include <sm/gen.h>
+ 
+-#include <sm/conf.h>	/* FDSET_CAST */
+-#include <sm/fdset.h>
+-#include <sm/assert.h>
+-#include <sm/notify.h>
+-
+ #include <sys/types.h>
+ #include <signal.h>
+ #include <stdio.h>
+@@ -24,6 +19,11 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <string.h>	/* for memset() */
++
++#include <sm/conf.h>	/* FDSET_CAST */
++#include <sm/fdset.h>
++#include <sm/assert.h>
++#include <sm/notify.h>
+ 
+ #if SM_NOTIFY_DEBUG
+ #define SM_DBG(p)	fprintf p



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007162038.06GKceY6085594>