summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2013-10-19 12:05:02 +0200
committerAndreas Beckmann <anbe@debian.org>2013-10-19 12:05:02 +0200
commit7271a3ba14c1f26731b01c079f35985c8b1ec6d6 (patch)
tree8d9ebdb04d2ffad06e2ab52f7992550c65c4dc76 /debian
parentd4811f1e54e0fad7999260bf1981bff7d673097d (diff)
downloadsendmail-7271a3ba14c1f26731b01c079f35985c8b1ec6d6.tar.gz
kFreeBSD: enable HASURANDOMDEV
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/8.14/8.14.4/kfreebsd7
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8d5d7c8..36ae080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ sendmail (8.14.4-4.2) UNRELEASED; urgency=low
(Closes: #714184)
* Update watch file to ignore symbolic links in the ftp directory listing,
thanks to Masatake YAMATO. (Closes: #615477)
+ * kFreeBSD: Enable HASURANDOMDEV, thanks to Brian M. Carlson.
+ (Closes: #366087)
-- Andreas Beckmann <anbe@debian.org> Sat, 19 Oct 2013 02:41:51 +0200
diff --git a/debian/patches/8.14/8.14.4/kfreebsd b/debian/patches/8.14/8.14.4/kfreebsd
index 935d6dd..fc24c38 100644
--- a/debian/patches/8.14/8.14.4/kfreebsd
+++ b/debian/patches/8.14/8.14.4/kfreebsd
@@ -30,7 +30,7 @@ diff -Nurd ./include/sm/conf.h ./include/sm/conf.h
/*
-@@ -1491,6 +1491,69 @@
+@@ -1491,6 +1491,72 @@
/*
@@ -93,7 +93,10 @@ diff -Nurd ./include/sm/conf.h ./include/sm/conf.h
+# ifndef HASFCHOWN
+# define HASFCHOWN 1 /* fchown(2) */
+# endif /* ! HASFCHOWN */
-+# endif /* defined(__GLIBC__) && defined(__FreeBSD_kernel__*/
++# ifndef HASURANDOMDEV
++# define HASURANDOMDEV 1
++# endif
++# endif /* defined(__GLIBC__) && defined(__FreeBSD_kernel__) */
+
+
+/*